summaryrefslogtreecommitdiff
path: root/GeniviDemo.sh
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2012-07-06 04:42:57 -0700
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2012-07-09 23:29:56 -0700
commit556c4e6408c7fffd5d49fcd418338e2d929fb780 (patch)
tree539ce10f94937178a74806f6a40cfbd4dee8fa19 /GeniviDemo.sh
parentcf8decc13849ddb1a0fcc890ff5870b4fc835519 (diff)
downloadlayer_management-556c4e6408c7fffd5d49fcd418338e2d929fb780.tar.gz
LayerManagement: fixed plugin path handling
The generic communicator and the GLESGraphicSystem now use the configuration flag CMAKE_INSTALL_PREFIX to determine the default plugin search path. Additionally the GeniviDemo.sh script was updated, since exporting LM_PLUGIN_PATH is not required any more. The script still contains a hint, that the plugin search path may be modified.
Diffstat (limited to 'GeniviDemo.sh')
-rwxr-xr-xGeniviDemo.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/GeniviDemo.sh b/GeniviDemo.sh
index 98e5e83..12e76e2 100755
--- a/GeniviDemo.sh
+++ b/GeniviDemo.sh
@@ -19,7 +19,10 @@
############################################################################
export LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
-export LM_PLUGIN_PATH=/usr/local/lib/layermanager
+
+# set plugin path, if installation path is not used
+#export LM_PLUGIN_PATH=/usr/local/lib/layermanager
+
export DISPLAY=:0.0
PIDSURFACE1=/tmp/surface1.pid
PIDSURFACE2=/tmp/surface2.pid