diff options
author | Carl Worth <cworth@cworth.org> | 2009-09-16 17:08:17 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-09-16 17:08:17 -0700 |
commit | f78f3ed3571ab0bd75753a7ab388120a383d894a (patch) | |
tree | 35395865b9f9169f99bbe8b6f076ea36b0089ec4 | |
parent | fd90936abab52caf163c83d114a22980adcc3ee0 (diff) |
Rename xf86dga.h to Xxf86dga.h
The xf86dgaproto package (as of 2.0.99.2) now provides an include file
named xf86dga.h for compatibility. We now depend on that version.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | include/X11/extensions/Xxf86dga.h (renamed from include/X11/extensions/xf86dga.h) | 0 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a24af12..ed44772 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_LIBTOOL XORG_CWARNFLAGS # Checks for pkg-config packages -PKG_CHECK_MODULES(XXF86DGA, xproto x11 xextproto xext [xf86dgaproto >= 2.0.99.1]) +PKG_CHECK_MODULES(XXF86DGA, xproto x11 xextproto xext [xf86dgaproto >= 2.0.99.2]) XXF86DGA_CFLAGS="$CWARNFLAGS $XXF86DGA_CFLAGS" XORG_CHECK_MALLOC_ZERO diff --git a/include/X11/extensions/xf86dga.h b/include/X11/extensions/Xxf86dga.h index 3b14ff3..3b14ff3 100644 --- a/include/X11/extensions/xf86dga.h +++ b/include/X11/extensions/Xxf86dga.h diff --git a/src/Makefile.am b/src/Makefile.am index dd159ef..f6517bd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,5 +9,5 @@ libXxf86dga_la_LIBADD = $(XXF86DGA_LIBS) libXxf86dga_la_LDFLAGS = -version-number 1:0:0 libXxf86dgaincludedir = $(includedir)/X11/extensions -libXxf86dgainclude_HEADERS = $(top_srcdir)/include/X11/extensions/xf86dga.h \ +libXxf86dgainclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xxf86dga.h \ $(top_srcdir)/include/X11/extensions/xf86dga1.h |