Module Name:    xsrc
Committed By:   mrg
Date:           Mon Jul 20 06:34:03 UTC 2015

Modified Files:
        xsrc/external/mit/xf86-video-geode/dist/src: geode.h
Removed Files:
        xsrc/external/mit/xf86-video-geode/include: config.h

Log Message:
make this work in a config.h-less way.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 \
    xsrc/external/mit/xf86-video-geode/dist/src/geode.h
cvs rdiff -u -r1.5 -r0 xsrc/external/mit/xf86-video-geode/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-geode/dist/src/geode.h
diff -u xsrc/external/mit/xf86-video-geode/dist/src/geode.h:1.1.1.4 xsrc/external/mit/xf86-video-geode/dist/src/geode.h:1.2
--- xsrc/external/mit/xf86-video-geode/dist/src/geode.h:1.1.1.4	Thu Mar 20 06:54:20 2014
+++ xsrc/external/mit/xf86-video-geode/dist/src/geode.h	Mon Jul 20 06:34:03 2015
@@ -28,7 +28,9 @@
 #define _GEODE_H_
 
 #include "geode_pcirename.h"
+#ifdef HAVE_CONFIG_H
 #include "config.h"
+#endif
 
 #ifdef HAVE_XAA_H
 #include "xaa.h"

Reply via email to