diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2014-09-19 00:41:24 -0400 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2014-09-19 00:41:24 -0400 |
commit | bf880361b25e7a7749db4b8e6f95bd9311bac924 (patch) | |
tree | b940733dad77f345fb25c10250895ce8dd769875 /unix | |
parent | 490fd8bba3ddfa2f4aa32645106f60f8e25d62f0 (diff) | |
download | tigervnc-bf880361b25e7a7749db4b8e6f95bd9311bac924.tar.gz tigervnc-bf880361b25e7a7749db4b8e6f95bd9311bac924.zip |
Applying xserver115.patch fails on Ubuntu xorg-server source at hunk 2. Wayland was not merged into the Xorg tree until 1.16
Diffstat (limited to 'unix')
-rw-r--r-- | unix/xserver115.patch | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/unix/xserver115.patch b/unix/xserver115.patch index 82b02c13..479039d7 100644 --- a/unix/xserver115.patch +++ b/unix/xserver115.patch @@ -9,14 +9,6 @@ diff -up xserver/configure.ac.vnc xserver/configure.ac AC_PROG_LN_S AC_LIBTOOL_WIN32_DLL AC_DISABLE_STATIC -@@ -1028,7 +1029,6 @@ fi - if test "x$WAYLAND" = xyes; then - PKG_CHECK_MODULES(XWAYLAND, $WAYLAND_MODULES) - AC_DEFINE(XORG_WAYLAND, 1, [Support wayland mode]) -- WAYLAND_SCANNER_RULES(['$(top_srcdir)/hw/xfree86/xwayland']) - fi - AM_CONDITIONAL(WAYLAND, [test "x$WAYLAND" = xyes]) - @@ -1573,6 +1573,10 @@ if test "x$XVFB" = xyes; then AC_SUBST([XVFB_SYS_LIBS]) fi |