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 | b1d2a582db030bb1baf7205ba1e16c426c26b373 (patch) | |
tree | fc44b3818f7c29b865526645fa1ac6b1783b36c0 /xf86miscproto.pc.in | |
parent | f107394d8108eb9f1a93af122b770e500edfc28a (diff) | |
parent | dfc102af65775466ae4cb61e8425500bc37afdd4 (diff) |
Merge xf86miscproto
Diffstat (limited to 'xf86miscproto.pc.in')
-rw-r--r-- | xf86miscproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xf86miscproto.pc.in b/xf86miscproto.pc.in new file mode 100644 index 0000000..eb72923 --- /dev/null +++ b/xf86miscproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XF86MiscProto +Description: XF86Misc extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |