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 | 7d1c8247ea48d32fb205d630c16bb0db1266fd98 (patch) | |
tree | 0350e733c166c05bd491fc689f22ad267fba516f /xf86dgaproto.pc.in | |
parent | 3372bb6c3a4b6178abf371bcfccf7d9d65b5ffb1 (diff) |
Change all the protonames from <extension>Ext to <extension>Proto.
Diffstat (limited to 'xf86dgaproto.pc.in')
-rw-r--r-- | xf86dgaproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xf86dgaproto.pc.in b/xf86dgaproto.pc.in new file mode 100644 index 0000000..fd1fc6e --- /dev/null +++ b/xf86dgaproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XF86DGAProto +Description: XF86DGA extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |