diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-27 19:14:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-27 19:14:22 +0000 |
commit | eba95debe02da5a275238fc46f5ac2bef3cf994d (patch) | |
tree | bb5f161deb24258b4b2a50d80370aa28365b1ad1 /dist/libxcb/Makefile.am | |
parent | dea059ffde4b758e8efd2d506865530b2d882b19 (diff) |
Update to libxcb 1.8.1. Tested by krw@, mpi@, shadchin@
Diffstat (limited to 'dist/libxcb/Makefile.am')
-rw-r--r-- | dist/libxcb/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/libxcb/Makefile.am b/dist/libxcb/Makefile.am index ff9dea1cc..1f88b72da 100644 --- a/dist/libxcb/Makefile.am +++ b/dist/libxcb/Makefile.am @@ -58,6 +58,9 @@ endif if BUILD_XINPUT pkgconfig_DATA += xcb-xinput.pc endif +if BUILD_XKB +pkgconfig_DATA += xcb-xkb.pc +endif if BUILD_XPRINT pkgconfig_DATA += xcb-xprint.pc endif |