diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-06 14:18:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-06 14:18:16 -0700 |
commit | cb067a3094499e08bc12de7340892a4121e04d77 (patch) | |
tree | 071eae39e2a85120ea18278f31d9cc01be3f6b04 /xf86dgaproto/xf86dgaproto.pc.in | |
parent | 3ea7e259077c3a6d9c7530a4458e932c19c43d3d (diff) | |
parent | 7f91c14d2f00eb2c6a6538dc07ebe0d8a47a2f22 (diff) |
Merge remote branch 'xf86dgaproto/master'
Diffstat (limited to 'xf86dgaproto/xf86dgaproto.pc.in')
-rw-r--r-- | xf86dgaproto/xf86dgaproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xf86dgaproto/xf86dgaproto.pc.in b/xf86dgaproto/xf86dgaproto.pc.in new file mode 100644 index 0000000..fd1fc6e --- /dev/null +++ b/xf86dgaproto/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} |