summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-12-23 11:22:35 -0800
committerBryce Harrington <bryce@osg.samsung.com>2015-12-23 11:23:23 -0800
commit07f8ed3663a3ae23fd11ae108ffb1644f21b4bf8 (patch)
tree9b8cf55339143172bc81fca063a002212aa14899
parent95527a14fbda3617df10d8afe491ff6a9dd2e9a2 (diff)
Fix weston's distcheck by specifying path to the Xwayland binary
-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"
-