Add xkbcommon pkg-config file

master
Dan Nicholson 2009-04-01 06:22:06 -07:00
parent db03c9b7e9
commit a9822d8720
4 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -17,6 +17,7 @@ libtool
ltmain.sh
missing
stamp-h1
xkbcommon.pc
ylwrap
.deps/
.libs/

View File

@ -1,5 +1,8 @@
SUBDIRS = include src test
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xkbcommon.pc
EXTRA_DIST = ChangeLog
MAINTAINERCLEANFILES = ChangeLog

View File

@ -91,6 +91,7 @@ XORG_CHANGELOG
AC_OUTPUT([
Makefile
xkbcommon.pc
include/Makefile
src/Makefile
src/makekeys/Makefile

11
xkbcommon.pc.in Normal file
View File

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