mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Convert EXA support preprocessor macro to USE_EXA
All the other DDXs do it this way. Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
This commit is contained in:
@@ -121,7 +121,7 @@ AM_CONDITIONAL(XAA, test "x$XAA" = xyes)
|
||||
AC_MSG_RESULT([$XAA])
|
||||
|
||||
# technically this should be a configure flag. meh.
|
||||
AC_DEFINE(XF86EXA, 1, [Build support for Exa])
|
||||
AC_DEFINE(USE_EXA, 1, [Build support for EXA])
|
||||
|
||||
SAVE_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $XORG_CFLAGS"
|
||||
|
||||
Reference in New Issue
Block a user