From f38cc846c5e7094beca690863d7366a7c9c28ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 21 Sep 2015 08:09:15 +0100 Subject: strata/input-common/libxkbcommon: Build libxkbcommon with x11 support Needed by mutter Change-Id: I6b1cef191112049e1ef4c14f8db0f23bca7bcd05 --- strata/input-common.morph | 3 ++- strata/input-common/libxkbcommon.morph | 5 ----- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 strata/input-common/libxkbcommon.morph diff --git a/strata/input-common.morph b/strata/input-common.morph index 4a0326dd..064aa7df 100644 --- a/strata/input-common.morph +++ b/strata/input-common.morph @@ -3,6 +3,7 @@ kind: stratum build-depends: - morph: strata/foundation.morph - morph: strata/xorg-util-macros-common.morph +- morph: strata/x-common.morph chunks: - name: mtdev repo: upstream:mtdev-git @@ -28,7 +29,7 @@ chunks: - mtdev - libevdev - name: libxkbcommon - morph: strata/input-common/libxkbcommon.morph repo: upstream:xorg-lib-libxkbcommon ref: c43c3c866eb9d52cd8f61e75cbef1c30d07f3a28 unpetrify-ref: xkbcommon-0.5.0 + build-system: autotools 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 -- cgit v1.2.1