summaryrefslogtreecommitdiff
path: root/strata/input-common
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-09 15:05:07 +0000
committerJavier Jardón <jjardon@gnome.org>2015-09-25 15:50:38 +0100
commitc4630e790064adca0fb20a5945618d4809a6f983 (patch)
tree5f8336deb0534bb968180b3f7fb785fdb11208d6 /strata/input-common
parent520e291cdb59fb4702e62550af2e753cc0bfdb64 (diff)
downloaddefinitions-c4630e790064adca0fb20a5945618d4809a6f983.tar.gz
Add GNOME stratum, system and cluster
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
Diffstat (limited to 'strata/input-common')
-rw-r--r--strata/input-common/libxkbcommon-no-x11.morph12
-rw-r--r--strata/input-common/libxkbcommon.morph5
2 files changed, 12 insertions, 5 deletions
diff --git a/strata/input-common/libxkbcommon-no-x11.morph b/strata/input-common/libxkbcommon-no-x11.morph
new file mode 100644
index 00000000..1c8a1cb5
--- /dev/null
+++ b/strata/input-common/libxkbcommon-no-x11.morph
@@ -0,0 +1,12 @@
+name: libxkbcommon-no-x11
+kind: chunk
+
+description: |
+ xkbcommon is a library to handle keyboard descriptions.
+
+ This version is built without X11 support. If built with X11 support,
+ it depends on the xcb-xkb library.
+
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --disable-x11
diff --git a/strata/input-common/libxkbcommon.morph b/strata/input-common/libxkbcommon.morph
deleted file mode 100644
index 04048abb..00000000
--- a/strata/input-common/libxkbcommon.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: libxkbcommon
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --disable-x11