summarylogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorBruno Silva2018-06-14 18:52:54 +0100
committerBruno Silva2018-06-14 18:52:54 +0100
commit705c874ebd865736fa05d8502f5eee1861dde361 (patch)
tree49928624ca83fc97af47cece38d7e0f783d27699 /Makefile.inc
parentd86e3f2bcea163d956b4da49bab622933987a208 (diff)
downloadaur-705c874ebd865736fa05d8502f5eee1861dde361.tar.gz
Disable OSGEARTH still problematic with osgearth-git
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 d50ed8bc3050..c3e27a270f3e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -13,7 +13,7 @@ OMNETPP_EDITION = Academic Public License -- NOT FOR COMMERCIAL USE
#
WITH_QTENV ?= yes
WITH_OSG ?= yes
-WITH_OSGEARTH ?= yes
+WITH_OSGEARTH ?= no
WITH_NETBUILDER ?= yes
WITH_PARSIM ?= yes
WITH_SYSTEMC ?= no
@@ -157,7 +157,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