summaryrefslogtreecommitdiff
path: root/src/navigation/run
diff options
context:
space:
mode:
author <philippe colliot>2016-01-21 15:00:27 +0100
committer <philippe colliot>2016-01-21 15:00:27 +0100
commitd361deff82d4c104bf41246ffa958ebd3f4feb35 (patch)
tree4e7f9f779c1b2412a69182d800a104fbb45540e1 /src/navigation/run
parent3070b2ca91f7bfe624daf8f692e85d2e02cf6b56 (diff)
downloadpoi-service-d361deff82d4c104bf41246ffa958ebd3f4feb35.tar.gz
Update the README and a script (because of gtk issue)
Diffstat (limited to 'src/navigation/run')
-rwxr-xr-xsrc/navigation/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/navigation/run b/src/navigation/run
index 1f80483..9c53196 100755
--- a/src/navigation/run
+++ b/src/navigation/run
@@ -150,6 +150,9 @@ done
trap "terminate" EXIT INT
set -e
+echo "the graphic for navit is based on sdl"
+export NAVIT_GRAPHICS='sdl'
+
cd $BIN_DIR
if [ "$enhpos" = 1 ]