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 /configure.ac | |
parent | f0565e8f06aadf760a9065a97b8cf5ab9cbd18de (diff) | |
parent | 5e8a7ade2dc8aeeeb8013785ca3f24c6057ae443 (diff) |
Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/libxcb
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4178989..848310e 100644 --- a/configure.ac +++ b/configure.ac @@ -146,6 +146,7 @@ XCB_EXTENSION(XFixes, "yes") XCB_EXTENSION(XFree86-DRI, "yes") XCB_EXTENSION(Xinerama, "yes") XCB_EXTENSION(XInput, "no") +XCB_EXTENSION(XKB, "no") XCB_EXTENSION(Xprint, "yes") XCB_EXTENSION(SELinux, "no") XCB_EXTENSION(XTest, "yes") @@ -189,6 +190,7 @@ xcb-xf86dri.pc xcb-xfixes.pc xcb-xinerama.pc xcb-xinput.pc +xcb-xkb.pc xcb-xprint.pc xcb-xselinux.pc xcb-xtest.pc |