summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-01-10 03:20:55 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-01-12 08:41:41 (GMT)
commit121d251ddff4dbae43a4ee770e072e148385504e (patch)
treee7196714825520642ad5172bc3cc3519fedd0ddb /src/openscenegraph.mk
parent578e7979041b95e1f5bd756ed4acbb975c274cdf (diff)
downloadmxe-121d251ddff4dbae43a4ee770e072e148385504e.zip
mxe-121d251ddff4dbae43a4ee770e072e148385504e.tar.gz
mxe-121d251ddff4dbae43a4ee770e072e148385504e.tar.bz2
openscenegraph: add missing gstreamer dep and fix detection on mingw
Diffstat (limited to 'src/openscenegraph.mk')
-rw-r--r--src/openscenegraph.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index e9b35aa..c7551ec 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -8,7 +8,9 @@ $(PKG)_CHECKSUM := 5c727d84755da276adf8c4a4a3a8ba9c9570fc4b4969f06f1d2e9f89b1e30
$(PKG)_SUBDIR := OpenSceneGraph-$($(PKG)_VERSION)
$(PKG)_FILE := OpenSceneGraph-$($(PKG)_VERSION).zip
$(PKG)_URL := http://trac.openscenegraph.org/downloads/developer_releases/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc boost curl dcmtk ffmpeg freetype gdal giflib gta jasper jpeg libpng openal openexr openthreads poppler qt tiff xine-lib zlib
+$(PKG)_DEPS := gcc boost curl dcmtk ffmpeg freetype gdal giflib gstreamer \
+ gta jasper jpeg libpng openal openexr openthreads poppler \
+ qt tiff xine-lib zlib
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://trac.openscenegraph.org/downloads/developer_releases/?C=M;O=D' | \