summaryrefslogtreecommitdiff
path: root/strata/input-common
Commit message (Collapse)AuthorAgeFilesLines
* Fix libxkbcommon buildSam Thursfield2015-09-241-0/+12
| | | | | | | | | | | | | | In commit bfbe004a3edb08b, libxkbcommon was moved to the input-common stratum. This failed to build for me with the following error: configure: error: xkbcommon-x11 requires xcb-xkb >= 1.10 which was not found. You can disable X11 support with --disable-x11. Commit 14c0c70aed1bd9ac enables X11 support in libxkbcommon, because the Mutter compositor needs this enabled. It seems that the best thing to do at present is to build the X11 variant of the library just for Mutter, as we don't want the input-common stratum to depend on the whole of X11.
* strata/input-common/libxkbcommon: Build libxkbcommon with x11 supportJavier Jardón2015-09-241-5/+0
| | | | | | Needed by mutter Change-Id: I6b1cef191112049e1ef4c14f8db0f23bca7bcd05
* Move libxkbcommon from wayland-generic to input-commonJavier Jardón2015-09-071-0/+5
| | | | | | Its not a wayland dependency and it belongs to the input system Change-Id: I60765b8bc00c262bfa7c178b87dd11a2463a67a5
* Fix use of hardcoded /usr prefix in xkeyboard-configSam Thursfield2014-09-221-1/+1
| | | | | I said that I would do this when merging Javier's graphics-common branch but then somehow failed to actually commit this change.
* input-common: xkbcomp is a xkeyboard-config runtime dependency only in XJavier Jardón2014-09-171-0/+7
Also add a little hack to create the /usr/share/X11/xkb/ directory, that seems to not be created when compiling without the xkbcomp dependency