From: Josh Triplett Date: Thu, 27 Apr 2006 19:33:41 +0000 (-0700) Subject: Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, change its... X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17c3448f58c1aaf1d89b706dfa00e697061115c7;hp=ef18582d83fac146b1a689bd60d580819dba0ffd;p=free-sw%2Fxcb%2Flibxcb 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/Makefile.am b/Makefile.am index 53b1585..205691b 100644 --- a/Makefile.am +++ b/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/configure.ac b/configure.ac index 108b07f..39d56cc 100644 --- a/configure.ac +++ b/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-xfree86dri.pc.in b/xcb-xf86dri.pc.in similarity index 86% rename from xcb-xfree86dri.pc.in rename to xcb-xf86dri.pc.in index 1d37214..1db8a68 100644 --- a/xcb-xfree86dri.pc.in +++ b/xcb-xf86dri.pc.in @@ -7,5 +7,5 @@ Name: XCB XFree86-DRI Description: XCB XFree86-DRI Extension Version: @PACKAGE_VERSION@ Requires: xcb -Libs: -L${libdir} -lXCBxfree86dri +Libs: -L${libdir} -lXCBxf86dri Cflags: -I${includedir}