More updates for Panoramix -> Xinerama rename
This commit is contained in:
parent
bed3235d22
commit
057a8709a1
|
@ -489,7 +489,7 @@ AM_CONDITIONAL(XINERAMA, [test x$XINERAMA = xyes])
|
||||||
if test "$XINERAMA" = yes; then
|
if test "$XINERAMA" = yes; then
|
||||||
AC_DEFINE(XINERAMA,1,[Support Xinerama extension])
|
AC_DEFINE(XINERAMA,1,[Support Xinerama extension])
|
||||||
AC_DEFINE(PANORAMIX,1,[Internal define for Xinerama])
|
AC_DEFINE(PANORAMIX,1,[Internal define for Xinerama])
|
||||||
REQUIRED_MODULES="$REQUIRED_MODULES panoramixproto"
|
REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto"
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(XCSECURITY, [test x$XCSECURITY = xyes])
|
AM_CONDITIONAL(XCSECURITY, [test x$XCSECURITY = xyes])
|
||||||
if test "$XCSECURITY" = yes; then
|
if test "$XCSECURITY" = yes; then
|
||||||
|
|
Loading…
Reference in New Issue