summarylogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorBruno Silva2017-12-29 15:09:14 +0000
committerBruno Silva2017-12-29 15:09:14 +0000
commitced5b814ee6ce5de1f43ae0b6c474035c43100ef (patch)
tree1545323f04d30a5fddde1c609b66b25514fd7134 /Makefile.inc
parent299576497b2f3c9ac64d17b67fa880d1056af329 (diff)
downloadaur-ced5b814ee6ce5de1f43ae0b6c474035c43100ef.tar.gz
Disable osgearth due to lib problems
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 8cec4de38962..b99b3f60e6fb 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -16,7 +16,7 @@ OMNETPP_MSGC_PATCH_VER = 1
#
WITH_QTENV ?= yes
WITH_OSG ?= yes
-WITH_OSGEARTH ?= yes
+WITH_OSGEARTH ?= no
WITH_NETBUILDER ?= yes
WITH_PARSIM ?= yes
WITH_SYSTEMC ?= no
@@ -160,7 +160,7 @@ QTENV_LDFLAGS = -Wl,-rpath-link=/usr/lib
OSG_CFLAGS =
OSG_LIBS = -losg -losgDB -losgGA -losgViewer -losgUtil -lOpenThreads
OSGEARTH_CFLAGS =
-OSGEARTH_LIBS = -losgEarth -losgEarthUtil
+OSGEARTH_LIBS =
ZLIB_CFLAGS =
ZLIB_LIBS = -lz
MPI_CFLAGS = -pthread