diff options
author | Christoph Reimann <oss@arcor.de> | 2010-07-13 19:59:23 +0200 |
---|---|---|
committer | Christoph Reimann <oss@arcor.de> | 2010-07-13 19:59:23 +0200 |
commit | 80322d11636dd638902660d80481080d2fad40fe (patch) | |
tree | 46aafeabf720a8309eed1a66a6702d69fd4a950c /Makefile.am | |
parent | 8c2707773b3621fb8bbda9021d23944f5be34aab (diff) |
xkb: updated configure.ac/Makefile.am
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 |