From 07f8ed3663a3ae23fd11ae108ffb1644f21b4bf8 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 23 Dec 2015 11:22:35 -0800 Subject: Fix weston's distcheck by specifying path to the Xwayland binary --- wl_defines.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" - -- cgit v1.2.3