diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-04-02 19:11:32 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2008-04-02 19:11:32 -0400 |
commit | b9d7a0c1b0f5b40dfe8ca7a33693198bf91244ca (patch) | |
tree | c958618f310f95600343139ceef0f51dddcbf259 | |
parent | b515bee843d5ab91fc0fe30b8eb13aadd69b5131 (diff) |
Adjust pkg-config cflags to match other proto modules.
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | dri2proto.pc.in | 2 |
2 files changed, 2 insertions, 2 deletions
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} |