Mon Jul 20 06:34:03 2015 UTC ()
make this work in a config.h-less way.


(mrg)
diff -r1.1.1.4 -r1.2 xsrc/external/mit/xf86-video-geode/dist/src/geode.h
diff -r1.5 -r0 xsrc/external/mit/xf86-video-geode/include/config.h

cvs diff -r1.1.1.4 -r1.2 xsrc/external/mit/xf86-video-geode/dist/src/geode.h (expand / switch to unified diff)

--- xsrc/external/mit/xf86-video-geode/dist/src/geode.h 2014/03/20 06:54:20 1.1.1.4
+++ xsrc/external/mit/xf86-video-geode/dist/src/geode.h 2015/07/20 06:34:03 1.2
@@ -18,27 +18,29 @@ @@ -18,27 +18,29 @@
18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 18 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 * 21 *
22 * Neither the name of the Advanced Micro Devices, Inc. nor the names of its 22 * Neither the name of the Advanced Micro Devices, Inc. nor the names of its
23 * contributors may be used to endorse or promote products derived from this 23 * contributors may be used to endorse or promote products derived from this
24 * software without specific prior written permission. 24 * software without specific prior written permission.
25 */ 25 */
26 26
27#ifndef _GEODE_H_ 27#ifndef _GEODE_H_
28#define _GEODE_H_ 28#define _GEODE_H_
29 29
30#include "geode_pcirename.h" 30#include "geode_pcirename.h"
 31#ifdef HAVE_CONFIG_H
31#include "config.h" 32#include "config.h"
 33#endif
32 34
33#ifdef HAVE_XAA_H 35#ifdef HAVE_XAA_H
34#include "xaa.h" 36#include "xaa.h"
35#endif 37#endif
36#include "exa.h" 38#include "exa.h"
37#include "xf86Cursor.h" 39#include "xf86Cursor.h"
38 40
39#include "vgaHW.h" 41#include "vgaHW.h"
40#include "xf86int10.h" 42#include "xf86int10.h"
41#include <X11/extensions/randr.h> 43#include <X11/extensions/randr.h>
42#include "randrstr.h" 44#include "randrstr.h"
43 45
44#include "xf86xv.h" 46#include "xf86xv.h"

File Deleted: xsrc/external/mit/xf86-video-geode/include/Attic/config.h