mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
poppler: do not install Function.cc, as it's not a header
This commit is contained in:
parent
fc2bc87714
commit
63bc75eac0
2 changed files with 22 additions and 1 deletions
|
@ -0,0 +1,21 @@
|
||||||
|
From 369cd504e70e55378c6395355056fa8676679e56 Mon Sep 17 00:00:00 2001
|
||||||
|
From: David Tardon <dtardon@redhat.com>
|
||||||
|
Date: Fri, 6 Oct 2017 08:07:35 +0200
|
||||||
|
Subject: do not install Function.cc, as it's not a header
|
||||||
|
|
||||||
|
|
||||||
|
diff --git CMakeLists.txt.orig CMakeLists.txt
|
||||||
|
index 7485b2a..fe5911c 100644
|
||||||
|
--- CMakeLists.txt.orig
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -572,7 +572,6 @@ if(ENABLE_XPDF_HEADERS)
|
||||||
|
poppler/FontEncodingTables.h
|
||||||
|
poppler/FontInfo.h
|
||||||
|
poppler/Form.h
|
||||||
|
- poppler/Function.cc
|
||||||
|
poppler/Function.h
|
||||||
|
poppler/Gfx.h
|
||||||
|
poppler/GfxFont.h
|
||||||
|
--
|
||||||
|
cgit v0.10.2
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=poppler
|
pkgname=poppler
|
||||||
version=0.60.1
|
version=0.60.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_XPDF_HEADERS=on $(vopt_if gir -DENABLE_GLIB=on)
|
configure_args="-DENABLE_XPDF_HEADERS=on $(vopt_if gir -DENABLE_GLIB=on)
|
||||||
-DENABLE_QT4=off -DENABLE_QT5=off"
|
-DENABLE_QT4=off -DENABLE_QT5=off"
|
||||||
|
|
Loading…
Add table
Reference in a new issue