summaryrefslogtreecommitdiff
path: root/wl_defines.sh
diff options
context:
space:
mode:
Diffstat (limited to 'wl_defines.sh')
-rw-r--r--wl_defines.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/wl_defines.sh b/wl_defines.sh
index 6fd13a8..915c621 100644
--- a/wl_defines.sh
+++ b/wl_defines.sh
@@ -8,10 +8,12 @@ else
export WL_BITS=64
fi
+XWAYLAND=${WLROOT}/install/bin/Xwayland
+export DISTCHECK_CONFIGURE_FLAGS="--with-xserver-path=$XWAYLAND"
+
export LD_LIBRARY_PATH=$WLD/lib
export PKG_CONFIG_PATH=$WLD/lib/pkgconfig/:$WLD/share/pkgconfig/
export PATH=$WLD/bin:$PATH
export ACLOCAL_PATH="$WLD/share/aclocal"
export ACLOCAL="aclocal -I $ACLOCAL_PATH"
-