diff options
author | Keith Packard <keithp@evo.keithp.com> | 2006-02-24 02:01:10 +0100 |
---|---|---|
committer | Keith Packard <keithp@evo.keithp.com> | 2006-02-24 02:01:10 +0100 |
commit | 369d28141b1b296abeb4365b5c57846d72faeb82 (patch) | |
tree | 57f637fd97cf8adce04d558013ad7de94db3fe0d /compositeproto.pc.in | |
parent | 7388d4f6dd9e0c71d79c33905135622be15ccd13 (diff) |
Paste Xorg changes on top of historical xlibs repository
Diffstat (limited to 'compositeproto.pc.in')
-rw-r--r-- | compositeproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compositeproto.pc.in b/compositeproto.pc.in new file mode 100644 index 0000000..6e53f0b --- /dev/null +++ b/compositeproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: CompositeExt +Description: Composite extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} @COMPOSITEEXT_CFLAGS@ |