Browse Source

Applying xserver115.patch fails on Ubuntu xorg-server source at hunk 2. Wayland was not merged into the Xorg tree until 1.16

tags/v1.3.90
Brian P. Hinz 9 years ago
parent
commit
bf880361b2
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      unix/xserver115.patch

+ 0
- 8
unix/xserver115.patch View File

@@ -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

Loading…
Cancel
Save