diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:07 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-09 18:20:07 +0000 |
commit | b33eb4f56ee5c9e0b05fd6928c799e422a689790 (patch) | |
tree | 428cad113a7b04c945439f80c3973631eb9cfe72 /xf86vidmodeproto.pc.in | |
parent | 5ed94797c194b427855f5df9e1c2ae64638af180 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'xf86vidmodeproto.pc.in')
-rw-r--r-- | xf86vidmodeproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xf86vidmodeproto.pc.in b/xf86vidmodeproto.pc.in new file mode 100644 index 0000000..afbb702 --- /dev/null +++ b/xf86vidmodeproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XF86VidModeProto +Description: XF86VidMode extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |