[Xcb-commit] 2 commits - xcb xcb-proto

Josh Triplett josh at kemper.freedesktop.org
Thu Apr 27 12:33:44 PDT 2006


 xcb-proto/TODO        |   10 +++++++++-
 xcb/Makefile.am       |    4 ++--
 xcb/configure.ac      |    2 +-
 xcb/xcb-xf86dri.pc.in |    2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)

New commits:
diff-tree 01f88cd20982ed210808a8594b158d760c84577c (from c0b85c293c536b60249969407df16a43ec99794a)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 12:33:41 2006 -0700

    Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, change its Libs line to use -lXCBxf86dri, and change configure.ac and Makefile.am accordingly.

diff --git a/xcb/Makefile.am b/xcb/Makefile.am
index 53b1585..205691b 100644
--- a/xcb/Makefile.am
+++ b/xcb/Makefile.am
@@ -17,7 +17,7 @@ xcb-shape.pc \
 xcb-shm.pc \
 xcb-sync.pc \
 xcb-xevie.pc \
-xcb-xfree86dri.pc \
+xcb-xf86dri.pc \
 xcb-xfixes.pc \
 xcb-xprint.pc \
 xcb-xtest.pc \
@@ -39,7 +39,7 @@ xcb-shape.pc.in \
 xcb-shm.pc.in \
 xcb-sync.pc.in \
 xcb-xevie.pc.in \
-xcb-xfree86dri.pc.in \
+xcb-xf86dri.pc.in \
 xcb-xfixes.pc.in \
 xcb-xprint.pc.in \
 xcb-xtest.pc.in \
diff --git a/xcb/configure.ac b/xcb/configure.ac
index 108b07f..39d56cc 100644
--- a/xcb/configure.ac
+++ b/xcb/configure.ac
@@ -120,6 +120,6 @@ AC_SUBST(CWARNFLAGS)
 GCC_CHECK_VISIBILITY()
 
 AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile])
-AC_CONFIG_FILES([xcb.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-glx.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xfree86dri.pc xcb-xfixes.pc xcb-xprint.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc])
+AC_CONFIG_FILES([xcb.pc xcb-composite.pc xcb-damage.pc xcb-dpms.pc xcb-glx.pc xcb-randr.pc xcb-record.pc xcb-render.pc xcb-res.pc xcb-screensaver.pc xcb-shape.pc xcb-shm.pc xcb-sync.pc xcb-xevie.pc xcb-xf86dri.pc xcb-xfixes.pc xcb-xprint.pc xcb-xtest.pc xcb-xv.pc xcb-xvmc.pc])
 
 AC_OUTPUT
diff --git a/xcb/xcb-xf86dri.pc.in b/xcb/xcb-xf86dri.pc.in
new file mode 100644
index 0000000..1db8a68
--- /dev/null
+++ b/xcb/xcb-xf86dri.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: XCB XFree86-DRI
+Description: XCB XFree86-DRI Extension
+Version: @PACKAGE_VERSION@
+Requires: xcb
+Libs: -L${libdir} -lXCBxf86dri
+Cflags: -I${includedir}
diff --git a/xcb/xcb-xfree86dri.pc.in b/xcb/xcb-xfree86dri.pc.in
deleted file mode 100644
index 1d37214..0000000
--- a/xcb/xcb-xfree86dri.pc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: XCB XFree86-DRI
-Description: XCB XFree86-DRI Extension
-Version: @PACKAGE_VERSION@
-Requires: xcb
-Libs: -L${libdir} -lXCBxfree86dri
-Cflags: -I${includedir}
diff-tree c0b85c293c536b60249969407df16a43ec99794a (from 6c3bb704831168a10ba465729d73a45ffcdeccf6)
Author: Josh Triplett <josh at freedesktop.org>
Date:   Thu Apr 27 12:14:55 2006 -0700

    Add some additional extensions from xdpyinfo to the TODO list.

diff --git a/xcb-proto/TODO b/xcb-proto/TODO
index 9b781a5..35861e5 100644
--- a/xcb-proto/TODO
+++ b/xcb-proto/TODO
@@ -11,6 +11,7 @@ X COMPOSITE
 X DAMAGE
   DOUBLE-BUFFER
 X DPMS
+  Extended-Visual-Information
 X GLX
   LBX
 X MIT-SCREEN-SAVER
@@ -20,17 +21,24 @@ X MIT-SHM
 X RANDR
 X RECORD
 X RENDER
+  SECURITY
+  SGI-GLX
 X SHAPE
 X SYNC
+  TOG-CUP
 X X-Resource
-  AC-APPGROUP
+  XC-APPGROUP
 X XC-MISC
 X XEVIE
 X XFIXES
+  XFree86-Bigfont
   XFree86-DGA
 U XFree86-DRI
+  XFree86-Misc
   XFree86-VidModeExtension
   XINERAMA
+  XInputExtension
+  XKEYBOARD
 I XpExtension (XPRINT)
 X XTEST
 X XVideo


More information about the xcb-commit mailing list