Skip to content

Commit

Permalink
package poppler: use lcms1 for qt/libmng compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheodore committed Aug 2, 2013
1 parent 79d7d25 commit c5b1f71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/poppler.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 9491bb33788d7f0ee67da572dc4798004f98323a
$(PKG)_SUBDIR := poppler-$($(PKG)_VERSION)
$(PKG)_FILE := poppler-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://poppler.freedesktop.org/$($(PKG)_FILE)
$(PKG)_DEPS := gcc glib cairo libpng lcms jpeg tiff freetype zlib curl qt
$(PKG)_DEPS := gcc glib cairo libpng lcms1 jpeg tiff freetype zlib curl qt

define $(PKG)_UPDATE
$(WGET) -q -O- 'http://poppler.freedesktop.org/' | \
Expand All @@ -31,6 +31,7 @@ define $(PKG)_BUILD
--enable-xpdf-headers \
--enable-poppler-qt4 \
--enable-zlib \
--enable-cms=lcms1 \
--enable-libcurl \
--enable-libtiff \
--enable-libjpeg \
Expand Down

0 comments on commit c5b1f71

Please sign in to comment.