From 4413cbd1bd2502918162589d6f3498ac740bb1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 1 Dec 2014 13:14:38 +0000 Subject: xserver.morph: Enable XWayland support --- strata/x-generic.morph | 6 ++++++ strata/x-generic/xserver.morph | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/strata/x-generic.morph b/strata/x-generic.morph index 84f685b0..d9e7b516 100644 --- a/strata/x-generic.morph +++ b/strata/x-generic.morph @@ -3,9 +3,15 @@ kind: stratum build-depends: - morph: strata/foundation.morph - morph: strata/libdrm-common.morph +- morph: strata/mesa-common.morph - morph: strata/x-common.morph - morph: strata/graphics-common.morph chunks: +- name: libepoxy + repo: upstream:libepoxy + ref: 7422de5b4be7b19d789136b3bb5f932de42db27c + unpetrify-ref: v1.2 + build-depends: [] - name: xorg-lib-libxkbfile repo: upstream:xorg-lib-libxkbfile ref: 7381c2f9013ef7784c78091fa671e652a62ca706 diff --git a/strata/x-generic/xserver.morph b/strata/x-generic/xserver.morph index f8495057..bf0ac3b3 100644 --- a/strata/x-generic/xserver.morph +++ b/strata/x-generic/xserver.morph @@ -2,4 +2,7 @@ name: xserver kind: chunk build-system: autotools configure-commands: -- ./autogen.sh --prefix="$PREFIX" --with-sha1=libsha1 --disable-glx +- | + ./autogen.sh --prefix="$PREFIX" \ + --disable-glx \ + --enable-xwayland -- cgit v1.2.1