From 1f32489e9a04b27de1eae9e2e611f8fc5a747718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 27 Oct 2014 17:55:29 +0000 Subject: gtk3: Only build wayland backend --- strata/gtk3.morph | 1 - strata/gtk3/gtk3.morph | 2 +- 2 files changed, 1 insertion(+), 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: -- cgit v1.2.1