Add xkbcommon-uninstalled.pc

master
Pekka Paalanen 2012-05-15 15:23:42 +03:00 committed by Daniel Stone
parent 8bdef139a6
commit 8ca8f05aab
2 changed files with 9 additions and 0 deletions

View File

@ -120,5 +120,6 @@ AC_SUBST([XKBCONFIGROOT])
AC_CONFIG_FILES([
Makefile
makekeys/Makefile
xkbcommon-uninstalled.pc
xkbcommon.pc])
AC_OUTPUT

View File

@ -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