mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-09 11:10:17 +01:00
configure: libXinerama isn't needed anymore
since libXinerama commit 90d4d23bf2e94721149ddc0a80093b10a82e8845 and xineramaproto commit 21477147613c28c968b5e1eb9d8aea7017dd399d, the server no longer needs libXinerama. Signed-off-by: Rémi Cardona <remi@gentoo.org>
This commit is contained in:
parent
97e29ffb5b
commit
2c69deb92e
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,7 @@ AM_CONDITIONAL(XINERAMA, [test "x$XINERAMA" = xyes])
|
|||
if test "x$XINERAMA" = xyes; then
|
||||
AC_DEFINE(XINERAMA, 1, [Support Xinerama extension])
|
||||
AC_DEFINE(PANORAMIX, 1, [Internal define for Xinerama])
|
||||
REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto xinerama"
|
||||
REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto"
|
||||
fi
|
||||
|
||||
AM_CONDITIONAL(XACE, [test "x$XACE" = xyes])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue