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 /dri2proto.pc.in | |
parent | b515bee843d5ab91fc0fe30b8eb13aadd69b5131 (diff) |
Adjust pkg-config cflags to match other proto modules.
Diffstat (limited to 'dri2proto.pc.in')
-rw-r--r-- | dri2proto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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} |