regen
This commit is contained in:
parent
a1dad419fa
commit
ebbac4e612
@ -84,5 +84,8 @@
|
||||
/* Build support for Exa */
|
||||
#undef USE_EXA
|
||||
|
||||
/* Build support for xaa */
|
||||
#undef USE_XAA
|
||||
|
||||
/* Version number of package */
|
||||
#undef VERSION
|
||||
|
5
driver/xf86-video-mga/configure
vendored
5
driver/xf86-video-mga/configure
vendored
@ -18297,6 +18297,11 @@ fi
|
||||
|
||||
done
|
||||
|
||||
if test "x$XAA" = xyes; then
|
||||
|
||||
$as_echo "#define USE_XAA 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
CFLAGS=$save_CFLAGS
|
||||
CPPFLAGS=$save_CPPFLAGS
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user