diff options
author | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:27 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-12-13 15:12:27 -0800 |
commit | ff5fc80528b6a24b7aeaa1b6016d57c0ac023d6d (patch) | |
tree | 23ce7c36107632b73e0b185217e94bbb56be38bf /videoproto.pc.in | |
parent | 14922765a8d2f19cd8b38be786f6528ec7eefdd8 (diff) | |
parent | 708fcc7b25bdb25cf63b8ab582b74d8bc287d4da (diff) |
Merge videoproto
Diffstat (limited to 'videoproto.pc.in')
-rw-r--r-- | videoproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/videoproto.pc.in b/videoproto.pc.in new file mode 100644 index 0000000..4aa7516 --- /dev/null +++ b/videoproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: VideoProto +Description: Video extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |