summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-02-14 21:27:52 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-02-14 21:27:52 (GMT)
commit1b5aa61e93956f75f2cd8c537bc66aac86822fc6 (patch)
tree0e7415909f20994d243c17d9df6c7ce438b8c1cc /src/openscenegraph.mk
parent1d8b0fb120641cc9d1ecbc7127df3b25ba02acb7 (diff)
downloadmxe-1b5aa61e93956f75f2cd8c537bc66aac86822fc6.zip
mxe-1b5aa61e93956f75f2cd8c537bc66aac86822fc6.tar.gz
mxe-1b5aa61e93956f75f2cd8c537bc66aac86822fc6.tar.bz2
package openscenegrap: enable poppler support
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index 3342666..da3994f 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -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