diff options
author | Keith Packard <keithp@keithp.com> | 2013-07-11 15:52:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-07-11 15:52:50 -0700 |
commit | 921029e55ec3ff90d42905df258046e6f83fa4b6 (patch) | |
tree | 0b11ac99872ec6aedca27cad069812e2f09f184c /presentproto.pc.in |
Initial Present protocol specification
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'presentproto.pc.in')
-rw-r--r-- | presentproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/presentproto.pc.in b/presentproto.pc.in new file mode 100644 index 0000000..5d328e0 --- /dev/null +++ b/presentproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: PresentProto +Description: Present extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |