diff options
author | Keith Packard <keithp@keithp.com> | 2013-09-12 17:15:33 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-09-12 17:15:33 -0700 |
commit | 0c90a6e5f8e127d179d870a7fdad660acb9299c7 (patch) | |
tree | 8e5623d64e720d4456bc87fa655e4a0d416bf0be /xpresent.pc.in |
Initial import of Xlib Present binding
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'xpresent.pc.in')
-rw-r--r-- | xpresent.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xpresent.pc.in b/xpresent.pc.in new file mode 100644 index 0000000..d5d0d38 --- /dev/null +++ b/xpresent.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xpresent +Description: X Present Library +Version: @PACKAGE_VERSION@ +Requires: xproto presentproto >= @PRESENTEXT_VERSION@ +Requires.private: x11 +Cflags: -I${includedir} +Libs: -L${libdir} -lXpresent |