summaryrefslogtreecommitdiff
path: root/strata/input-common
Commit message (Collapse)AuthorAgeFilesLines
* Add GNOME stratum, system and clusterJavier Jardón2015-09-252-5/+12
| | | | | | | | | | | This introduces a second version of libxkbcommon. This is unavoidable really as (a) libinput requires libxkbcommon, (b) Mutter requires libxkbcommon with X11 support enabled, and (c) X11 support in libxkbcommon requires xcb-xkb. To avoid the input-common stratum depending on the whole of X11, we do two variants of libxkbcommon and, in the case where X11 support is needed, one overrides the other. Change-Id: Ib6a47a4eb859d7b32c94f0cb05add774db6d15c8
* 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