Module Name:    xsrc
Committed By:   mrg
Date:           Sat Jul 17 07:03:56 UTC 2010

Modified Files:
        xsrc/external/mit/xf86-video-ati/include: config.h

Log Message:
fix the previous; it wasn't the right one.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xf86-video-ati/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xf86-video-ati/include/config.h
diff -u xsrc/external/mit/xf86-video-ati/include/config.h:1.6 xsrc/external/mit/xf86-video-ati/include/config.h:1.7
--- xsrc/external/mit/xf86-video-ati/include/config.h:1.6	Sat Jul 17 06:38:45 2010
+++ xsrc/external/mit/xf86-video-ati/include/config.h	Sat Jul 17 07:03:56 2010
@@ -22,7 +22,7 @@
 #define HAVE_INTTYPES_H 1
 
 /* libudev support */
-#undef HAVE_LIBUDEV
+/* #undef HAVE_LIBUDEV */
 
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
@@ -95,7 +95,7 @@
 #define PACKAGE_VERSION_PATCHLEVEL 1
 
 /* Enable DRI2 code */
-/* #undef RADEON_DRI2 */
+#define RADEON_DRI2 1
 
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1
@@ -119,7 +119,7 @@
 #define XF86DRI_DEVEL 1
 
 /* DRM kernel modesetting */
-/* #undef XF86DRM_MODE */
+#define XF86DRM_MODE 1
 
 /* X server has built-in mode code */
 #define XMODES 1

Reply via email to