Skip to content

Commit

Permalink
poppler: fix a problem with the cms option
Browse files Browse the repository at this point in the history
to turn on/off the cms the syntax is (now) "--enable-cms=[auto|lcms1|lcms2|none]"
And the syntax in the DEPENDS file is "--enable-cms / --disable-cms" which both are treated as "--enable-cms=none" by the configure script.
This syntax breaks modules that need poppler to be compiled with cmsi (like cups-filters).
  • Loading branch information
RainbowDES authored and v4hn committed May 19, 2013
1 parent 850caba commit 73f0752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/poppler/DEPENDS
Expand Up @@ -29,9 +29,9 @@ optional_depends "libpng" \
"for PNG image support"

optional_depends "lcms2" \
"--enable-cms" \
"--disable-cms" \
"for the color management system"
"--enable-cms=auto" \
"--enable-cms=none" \
"for the color management system (needed by cups_filters)"

optional_depends "poppler-data" \
"" \
Expand Down

0 comments on commit 73f0752

Please sign in to comment.