diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-02-12 16:49:15 -0800 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-02-12 18:23:31 -0800 |
commit | a9d0b6836e69cccc072b894505b6db636117abd0 (patch) | |
tree | c0c824034eea722513653be43659de5e42e03a67 /Makefile.am | |
parent | b6ddf6c229ae3c83a196736a3e67eed77f87f7f4 (diff) | |
download | weston-a9d0b6836e69cccc072b894505b6db636117abd0.tar.gz weston-a9d0b6836e69cccc072b894505b6db636117abd0.tar.bz2 weston-a9d0b6836e69cccc072b894505b6db636117abd0.zip |
releasing: Revert fix and just document work-around of Xwayland path
If Xwayland is not in /usr/bin, distcheck will fail without patch
023b265b, which propagates @XSERVER_PATH@ to distcheck but blocks other
use of the DISTCHECK_CONFIGURE_FLAGS env var. Instead, revert the fix
and merely document the need for setting DISTCHECK_CONFIGURE_FLAGS
manually.
Revert "build: Pass along any user-specified xserver path to distcheck"
This reverts commit 023b265b44a8ffc9dd303abc50f8b060a2115e55.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0ee674d3..1864b70c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,6 @@ noinst_LTLIBRARIES = BUILT_SOURCES = AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install -DISTCHECK_CONFIGURE_FLAGS = --with-xserver-path='@XSERVER_PATH@' EXTRA_DIST = weston.ini.in ivi-shell/weston.ini.in |