summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/gtk3.morph1
-rw-r--r--strata/gtk3/gtk3.morph2
2 files changed, 1 insertions, 2 deletions
diff --git a/strata/gtk3.morph b/strata/gtk3.morph
index cb4ee05e..f471bf6e 100644
--- a/strata/gtk3.morph
+++ b/strata/gtk3.morph
@@ -3,7 +3,6 @@ kind: stratum
description: the gtk3 stratum
build-depends:
- morph: strata/gtk-deps.morph
-- morph: strata/x-generic.morph
- morph: strata/wayland-generic.morph
chunks:
- name: libepoxy
diff --git a/strata/gtk3/gtk3.morph b/strata/gtk3/gtk3.morph
index 76007474..4542dc15 100644
--- a/strata/gtk3/gtk3.morph
+++ b/strata/gtk3/gtk3.morph
@@ -4,7 +4,7 @@ build-system: autotools
configure-commands:
- gdk-pixbuf-query-loaders > loader.cache
- NOCONFIGURE=1 ./autogen.sh
-- ./configure --prefix="$PREFIX"
+- ./configure --prefix="$PREFIX" --enable-wayland-backend
build-commands:
- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
install-commands: