mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 17:28:04 +02:00
Make sure we have recent version of xi.
This commit is contained in:
parent
1c649c8e5d
commit
3cc512cddd
1 changed files with 1 additions and 1 deletions
|
|
@ -1561,7 +1561,7 @@ AM_CONDITIONAL(INTEGRATED_XPBPROXY, [test "x$INTEGRATED_XPBPROXY" = xyes])
|
||||||
|
|
||||||
dnl DMX DDX
|
dnl DMX DDX
|
||||||
|
|
||||||
PKG_CHECK_MODULES([DMXMODULES], [xmuu xext x11 xrender xfixes xfont xi dmxproto xau xcomposite xrandr xv x11-xcb $XDMCP_MODULES], [have_dmx=yes], [have_dmx=no])
|
PKG_CHECK_MODULES([DMXMODULES], [xmuu xext x11 xrender xfixes xfont xi >= 1.1.99.1 dmxproto xau xcomposite xrandr xv x11-xcb $XDMCP_MODULES], [have_dmx=yes], [have_dmx=no])
|
||||||
if test "x$DMX" = xauto; then
|
if test "x$DMX" = xauto; then
|
||||||
DMX="$have_dmx"
|
DMX="$have_dmx"
|
||||||
case $host_os in
|
case $host_os in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue