summaryrefslogtreecommitdiff
path: root/xkbcommon.pc.in
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-04-01 06:22:06 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-04-01 06:22:06 -0700
commita9822d87209357170d05cc9f5c98d8ca9497a065 (patch)
tree6ab6f7fe99a69a9d2a59c9e9f7776e09c582966f /xkbcommon.pc.in
parentdb03c9b7e93d380480466f7e426783a04a3bfb4d (diff)
Add xkbcommon pkg-config file
Diffstat (limited to 'xkbcommon.pc.in')
-rw-r--r--xkbcommon.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/xkbcommon.pc.in b/xkbcommon.pc.in
new file mode 100644
index 0000000..b8587c8
--- /dev/null
+++ b/xkbcommon.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: xkbcommon
+Description: XKB API common to servers and clients
+Version: @PACKAGE_VERSION@
+Requires: xproto kbproto >= 1.0.99.1
+Cflags: -I${includedir}
+Libs: -L${libdir} -lxkbcommon