aboutsummaryrefslogtreecommitdiff
path: root/xkbcommon.pc.in
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-09-08 17:10:03 -0700
committerHaibo Huang <hhb@google.com>2020-09-10 22:20:42 +0000
commitbffa8499cb8ce3cc4366055be8fe62d501d6a8e5 (patch)
tree648dfaada5799a6227dd5f1af43d89ed8d71d96d /xkbcommon.pc.in
parente4e474780d90ed6166f7113a7464371baa275007 (diff)
downloadlibxkbcommon-bffa8499cb8ce3cc4366055be8fe62d501d6a8e5.tar.gz
Upgrade libxkbcommon to xkbcommon-1.0.0
1. Run meson build locally: meson config -Denable-x11=false -Denable-wayland=false -Denable-docs=false 2. Copy over generated parser.h / parser.c 3. Copy over config.h, and remove defines for not supported functions. Change-Id: Id7f3c822c1d958fa541685344961507bcfa03b17
Diffstat (limited to 'xkbcommon.pc.in')
-rw-r--r--xkbcommon.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/xkbcommon.pc.in b/xkbcommon.pc.in
new file mode 100644
index 0000000..17e1172
--- /dev/null
+++ b/xkbcommon.pc.in
@@ -0,0 +1,10 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: xkbcommon
+Description: XKB API common to servers and clients
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lxkbcommon