package openscenegrap: enable poppler support

This commit is contained in:
Tony Theodore 2013-02-15 08:27:52 +11:00
parent 1d8b0fb120
commit 1b5aa61e93
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(PKG)_CHECKSUM := 3e1b13d17cea0c729389ce440e73ff9d8962e0ae
$(PKG)_SUBDIR := tonytheodore-$(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://github.com/tonytheodore/$(PKG)/tarball/$($(PKG)_VERSION)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib dcmtk qt openal boost
$(PKG)_DEPS := gcc boost curl dcmtk ffmpeg freetype gdal giflib jasper jpeg libpng openal openexr poppler qt tiff xine-lib zlib
define $(PKG)_UPDATE
echo 'info: sync latest with git svn rebase; git push origin master' >&2;
@ -25,6 +25,7 @@ define $(PKG)_BUILD
-DDYNAMIC_OPENTHREADS=OFF \
-DDYNAMIC_OPENSCENEGRAPH=OFF \
-DBUILD_OSG_APPLICATIONS=OFF \
-DPOPPLER_HAS_CAIRO_EXITCODE=0 \
-D_OPENTHREADS_ATOMIC_USE_GCC_BUILTINS_EXITCODE=1
$(MAKE) -C '$(1)' -j '$(JOBS)' install VERBOSE=1
endef