diff options
author | Javier Jardón <jjardon@gnome.org> | 2014-09-09 15:05:07 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2015-09-25 15:50:38 +0100 |
commit | c4630e790064adca0fb20a5945618d4809a6f983 (patch) | |
tree | 5f8336deb0534bb968180b3f7fb785fdb11208d6 /strata/gnome/dconf.morph | |
parent | 520e291cdb59fb4702e62550af2e753cc0bfdb64 (diff) | |
download | definitions-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/gnome/dconf.morph')
-rw-r--r-- | strata/gnome/dconf.morph | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/strata/gnome/dconf.morph b/strata/gnome/dconf.morph new file mode 100644 index 00000000..b9ea35a7 --- /dev/null +++ b/strata/gnome/dconf.morph @@ -0,0 +1,5 @@ +name: dconf +kind: chunk +build-system: autotools +configure-commands: +- ./autogen.sh --prefix="$PREFIX" --disable-man |