Add xkbcommon-uninstalled.pc
parent
8bdef139a6
commit
8ca8f05aab
|
@ -120,5 +120,6 @@ AC_SUBST([XKBCONFIGROOT])
|
|||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
makekeys/Makefile
|
||||
xkbcommon-uninstalled.pc
|
||||
xkbcommon.pc])
|
||||
AC_OUTPUT
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue