diff options
author | Peter Harris <pharris@opentext.com> | 2010-09-08 14:41:52 -0400 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2010-09-08 14:41:52 -0400 |
commit | 28d39258008fcc8ced84dc6c1dd2644e2c908c87 (patch) | |
tree | ccaae3770e4502324f188362a69e5075d81bc383 /Makefile.am | |
parent | f0565e8f06aadf760a9065a97b8cf5ab9cbd18de (diff) | |
parent | 5e8a7ade2dc8aeeeb8013785ca3f24c6057ae443 (diff) |
Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcb
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ff9dea1..1f88b72 100644 --- a/Makefile.am +++ b/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 |