summaryrefslogtreecommitdiffstats
path: root/rules/poppler.in
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2017-11-20 16:14:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-11-23 14:28:16 +0100
commitb629ab8aa728d2034e6ed01b2044b8316c76b58a (patch)
tree6e24fbeb5e59593cf88c726e831fc3c8962a6dd6 /rules/poppler.in
parente5dabea4eefb97aa3aa18c0c41ec90752c914411 (diff)
downloadptxdist-b629ab8aa728d2034e6ed01b2044b8316c76b58a.tar.gz
ptxdist-b629ab8aa728d2034e6ed01b2044b8316c76b58a.tar.xz
poppler: version bump 0.60.1 -> 0.61.1
Patches have gone upstream or are no longer needed because we now link with libcms2, as libcms1 support will soon be dropped upstream. Apparently pthread detection in CMake has changed, work around it. Also include MD5 sums for the license files. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/poppler.in')
-rw-r--r--rules/poppler.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/poppler.in b/rules/poppler.in
index f0d635a16..8a7a48675 100644
--- a/rules/poppler.in
+++ b/rules/poppler.in
@@ -6,6 +6,7 @@ menuconfig POPPLER
select HOST_CMAKE
select FONTCONFIG
select FREETYPE
+ select LIBC_PTHREAD
select HOST_GETTEXT
select POPPLER_DATA if POPPLER_WITH_DATA
select GLIB if POPPLER_GLIB
@@ -172,7 +173,7 @@ config POPPLER_CMS
bool
prompt "enable color management support"
help
- compile poppler with color management support via libcms1
+ compile poppler with color management support via libcms
endif