summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-05-02 14:48:59 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-05-02 14:48:59 (GMT)
commitf4f7506893e2b6be65945df16ba0a292eeb2610b (patch)
treef338326c6a6f232f548db8f695085e05192a8181
parent63b6378a1d1f759a9c648b8f3413b8eff94f1dae (diff)
downloadmxe-f4f7506893e2b6be65945df16ba0a292eeb2610b.zip
mxe-f4f7506893e2b6be65945df16ba0a292eeb2610b.tar.gz
mxe-f4f7506893e2b6be65945df16ba0a292eeb2610b.tar.bz2
disable threading support explicitly because it doesn't work anyway in package openscenegraph
-rw-r--r--src/openscenegraph.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openscenegraph.mk b/src/openscenegraph.mk
index 4b07c33..00c3d58 100644
--- a/src/openscenegraph.mk
+++ b/src/openscenegraph.mk
@@ -34,6 +34,7 @@ define $(PKG)_BUILD
-DPKG_CONFIG_EXECUTABLE=$(TARGET)-pkg-config \
-DCMAKE_INSTALL_PREFIX='$(PREFIX)/$(TARGET)' \
-DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_HAVE_PTHREAD_H=OFF \
-DDYNAMIC_OPENTHREADS=OFF \
-DDYNAMIC_OPENSCENEGRAPH=OFF \
-DBUILD_OSG_APPLICATIONS=OFF \