summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-12-01 13:14:38 +0000
committerJavier Jardón <jjardon@gnome.org>2015-01-29 16:59:19 +0000
commit4413cbd1bd2502918162589d6f3498ac740bb1e4 (patch)
tree45a1f33a39f3e30e61b112fb4f071239620ec99f
parentabef72d698a0ed48580cbedef5d8e1be058f906f (diff)
downloaddefinitions-4413cbd1bd2502918162589d6f3498ac740bb1e4.tar.gz
xserver.morph: Enable XWayland support
-rw-r--r--strata/x-generic.morph6
-rw-r--r--strata/x-generic/xserver.morph5
2 files changed, 10 insertions, 1 deletions
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