dri2proto: Branch 'master'

Kristian Høgsberg krh at kemper.freedesktop.org
Wed Apr 2 16:12:12 PDT 2008


 configure.ac    |    2 +-
 dri2proto.pc.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b9d7a0c1b0f5b40dfe8ca7a33693198bf91244ca
Author: Kristian Høgsberg <krh at redhat.com>
Date:   Wed Apr 2 19:11:32 2008 -0400

    Adjust pkg-config cflags to match other proto modules.

diff --git a/configure.ac b/configure.ac
index db3068b..05ab2b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([DRI2Proto], [1.0.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([DRI2Proto], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 XORG_RELEASE_VERSION
diff --git a/dri2proto.pc.in b/dri2proto.pc.in
index 2773c74..647416e 100644
--- a/dri2proto.pc.in
+++ b/dri2proto.pc.in
@@ -6,4 +6,4 @@ includedir=@includedir@
 Name: DRI2Proto
 Description: DRI2 extension headers
 Version: @PACKAGE_VERSION@
-Cflags: -I${includedir}/X11/extensions
+Cflags: -I${includedir}


More information about the xorg-commit mailing list