diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-02-25 16:38:34 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-02-25 16:38:34 +0000 |
commit | 8e88fe1b8aaf3476b2c236e0f816df8f25a60bcb (patch) | |
tree | 2f01ebb468789608003092c1254380cc1a71d469 | |
parent | df394e737f937ac8f7e86de959b16ef7e47f8eb5 (diff) |
Bug #2605: Make the cyrix, dummy, glint, neomagic, tga, and trident driversXORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1
build when BuildXF86DGA NO.
(also fix some datestamps in the changelog)
-rw-r--r-- | src/glint_driver.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glint_driver.c b/src/glint_driver.c index 8d16328..6cc2ae7 100644 --- a/src/glint_driver.c +++ b/src/glint_driver.c @@ -59,8 +59,10 @@ #include "TI.h" #include "glint.h" +#ifdef XFreeXDGA #define _XF86DGA_SERVER_ #include "extensions/xf86dgastr.h" +#endif #include "globals.h" #define DPMS_SERVER |