summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-10-27 17:55:29 +0000
committerJavier Jardón <jjardon@gnome.org>2014-10-29 17:59:22 +0000
commit1f32489e9a04b27de1eae9e2e611f8fc5a747718 (patch)
treef583ffde447eb0e67bea093d3de41491e1c135aa
parenta5a3ff41d50e71c59a077e439d768ae696cd5059 (diff)
downloaddefinitions-1f32489e9a04b27de1eae9e2e611f8fc5a747718.tar.gz
gtk3: Only build wayland backendbaserock/jjardon/gtk3
-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: