forked from pool/xorg-x11-server
Stefan Dirsch
50b0524527
fix compilation for 12.3 OBS-URL: https://build.opensuse.org/request/show/231613 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=510
13 lines
409 B
Diff
13 lines
409 B
Diff
--- configure.ac_orig 2014-04-28 01:51:17.419311470 +0200
|
|
+++ configure.ac 2014-04-28 01:52:25.842088562 +0200
|
|
@@ -2458,7 +2458,8 @@
|
|
XWAYLAND_SYS_LIBS="$XWAYLANDMODULES_LIBS $GLX_SYS_LIBS"
|
|
AC_SUBST([XWAYLAND_LIBS])
|
|
AC_SUBST([XWAYLAND_SYS_LIBS])
|
|
- WAYLAND_SCANNER_RULES(['$(top_srcdir)/hw/xwayland'])
|
|
+ m4_ifdef([WAYLAND_SCANNER_RULES],
|
|
+ [WAYLAND_SCANNER_RULES(['$(top_srcdir)/hw/xwayland'])])
|
|
fi
|
|
|
|
|