diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-07-10 02:03:10 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-09 23:37:09 -0700 |
commit | 7a5880bc3b47e1f90a638f056ad4d40be6931977 (patch) | |
tree | 2f2c77600bef8671876d8ef8acf3777332dc4325 /hw/xfree86/sdksyms.sh | |
parent | 6fb481d1251626456914d0012d6ca5a342bfdf71 (diff) |
Move DGA from extmod to built-in
Rather than leave DGA languishing in extmod, move it to be a built-in
extension. As it's quite specific to the Xorg DDX, just move it
sideways to the rest of the DGA code in hw/xfree86/common, and
initialise it from xf86ExtensionInit, rather than miinitext.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Acked-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xfree86/sdksyms.sh')
-rwxr-xr-x | hw/xfree86/sdksyms.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/sdksyms.sh b/hw/xfree86/sdksyms.sh index 2959457c8..e06bf64d8 100755 --- a/hw/xfree86/sdksyms.sh +++ b/hw/xfree86/sdksyms.sh @@ -188,9 +188,9 @@ cat > sdksyms.c << EOF /* hw/xfree86/dixmods/extmod/Makefile.am -- module */ -/* +#ifdef XFreeXDGA #include "dgaproc.h" - */ +#endif /* hw/xfree86/parser/Makefile.am */ |