summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2014-05-30 22:54:18 -0700
committerBryce Harrington <b.harrington@samsung.com>2014-05-30 22:54:18 -0700
commit36bd017f3874fc82751e83ab5f0f7c5cf50d00f9 (patch)
treec8acd6c45caf2cc162887380e1c1d0890039412f
parente8f4b833f988f55d982b318032d282eed3de0f7a (diff)
Add flag for including xwayland stuff
-rw-r--r--wl_defines.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/wl_defines.sh b/wl_defines.sh
index 24f1612..718e0c6 100644
--- a/wl_defines.sh
+++ b/wl_defines.sh
@@ -1,9 +1,11 @@
+INCLUDE_XWAYLAND=1
WLROOT=$HOME/Wayland
WLD=$WLROOT/install # change this to another location if you prefer
+
LD_LIBRARY_PATH=$WLD/lib
PKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/
ACLOCAL_PATH="$WLD/share/aclocal"
ACLOCAL="aclocal -I $ACLOCAL_PATH"
-export WLD LD_LIBRARY_PATH PKG_CONFIG_PATH ACLOCAL ACLOCAL_PATH
+export WLROOT WLD LD_LIBRARY_PATH PKG_CONFIG_PATH ACLOCAL ACLOCAL_PATH