Add xkbcommon-uninstalled.pc
authorPekka Paalanen <ppaalanen@gmail.com>
Tue, 15 May 2012 12:23:42 +0000 (15:23 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Fri, 18 May 2012 00:05:14 +0000 (01:05 +0100)
configure.ac
xkbcommon-uninstalled.pc.in [new file with mode: 0644]

index 1fc6436..e69bdf1 100644 (file)
@@ -120,5 +120,6 @@ AC_SUBST([XKBCONFIGROOT])
 AC_CONFIG_FILES([
     Makefile
     makekeys/Makefile
+    xkbcommon-uninstalled.pc
     xkbcommon.pc])
 AC_OUTPUT
diff --git a/xkbcommon-uninstalled.pc.in b/xkbcommon-uninstalled.pc.in
new file mode 100644 (file)
index 0000000..ca116d2
--- /dev/null
@@ -0,0 +1,8 @@
+libdir=@abs_top_builddir@/.libs
+includedir=@abs_top_srcdir@/include
+
+Name: xkbcommon
+Description: XKB API common to servers and clients (uninstalled)
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lxkbcommon