mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-04-21 11:10:50 +02:00
mi: fix build error caused by missing xtest.h
xtest.h was renamed to xtestconst.h in xextproto.
Requires xextproto 7.0.99.3
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 20daa145c4)
This commit is contained in:
parent
5ae71e9c94
commit
608581c3e9
2 changed files with 2 additions and 2 deletions
|
|
@ -700,7 +700,7 @@ else
|
|||
RENDERPROTO="renderproto"
|
||||
fi
|
||||
|
||||
REQUIRED_MODULES="[randrproto >= 1.2] $RENDERPROTO [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.99.1] [xproto >= 7.0.9] [xtrans >= 1.2.2] [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.4] [kbproto >= 1.0.3]"
|
||||
REQUIRED_MODULES="[randrproto >= 1.2] $RENDERPROTO [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.99.3] [xproto >= 7.0.9] [xtrans >= 1.2.2] [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.4.4] [kbproto >= 1.0.3]"
|
||||
REQUIRED_LIBS="xfont xau fontenc [pixman-1 >= 0.9.5]"
|
||||
|
||||
dnl HAVE_DBUS is true if we actually have the D-Bus library, whereas
|
||||
|
|
|
|||
|
|
@ -176,7 +176,7 @@ typedef void (*InitExtension)(INITARGS);
|
|||
#include <X11/extensions/shm.h>
|
||||
#endif
|
||||
#ifdef XTEST
|
||||
#include <X11/extensions/xtest.h>
|
||||
#include <X11/extensions/xtestconst.h>
|
||||
#endif
|
||||
#ifdef XKB
|
||||
#include <X11/extensions/XKB.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue