Fix finding of graphics when running from the source tree on Linux.
authorCarl Hetherington <cth@carlh.net>
Sat, 17 Oct 2020 20:23:01 +0000 (22:23 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 17 Oct 2020 20:23:01 +0000 (22:23 +0200)
run/dcpomatic_combiner
run/dcpomatic_kdm
run/dcpomatic_player
run/dcpomatic_playlist

index 3cf60d8315bf492ba5508e4edfcc2866bd8a1b36..a685c864ab2d42c740072232f9fbe1acfe3450b6 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib
+export DCPOMATIC_GRAPHICS=graphics
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_combiner $*
index 7bae70388452655b7394e920c0d375fcdcd4f2dd..59681f73307bdd5c2c9d49b6dfe3635e5d1d163e 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:/home/c.hetherington/lib:$LD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:/carl/Environment/64/lib
+export DCPOMATIC_GRAPHICS=graphics
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_kdm $*
index 922b8ff0ffc2d524ef3aeacc65dd335cb2e7937c..9dc1954cf2736b67f60e177d7fc43e84e6ca62da 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib
+export DCPOMATIC_GRAPHICS=graphics
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_player $*
index a5ae702cb8086ef6385d5b860edc4785d76d9ff3..3de040e00fb91c78bc73b3fb5e8984e27ce5bf49 100755 (executable)
@@ -2,6 +2,7 @@
 
 export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH
 export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/c.hetherington/osx-environment/64/lib
+export DCPOMATIC_GRAPHICS=graphics
 if [ "$1" == "--debug" ]; then
     shift
     gdb --args build/src/tools/dcpomatic2_playlist $*