summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-03 15:15:41 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-09-25 14:46:50 +0000
commit520e291cdb59fb4702e62550af2e753cc0bfdb64 (patch)
tree25ad37a050aedf323d42dd923d607f08f5b63440
parentbcac08669aa68430f9149cce460acacb14c3f936 (diff)
downloaddefinitions-520e291cdb59fb4702e62550af2e753cc0bfdb64.tar.gz
Build GTK+ with X11 support
The GTK+/cairo X11 backend Its needed by some GNOME libraries (like gnome-sesion) Change-Id: Iac0738acef67d8246be608070eaa5b6dd7fb45ca
-rw-r--r--strata/gtk3.morph1
-rw-r--r--strata/gtk3/gtk3.morph2
2 files changed, 2 insertions, 1 deletions
diff --git a/strata/gtk3.morph b/strata/gtk3.morph
index 9d3dde6f..33eaa469 100644
--- a/strata/gtk3.morph
+++ b/strata/gtk3.morph
@@ -4,6 +4,7 @@ description: the gtk3 stratum
build-depends:
- morph: strata/gtk-deps.morph
- morph: strata/wayland-generic.morph
+- morph: strata/x-common.morph
chunks:
- name: libepoxy
repo: upstream:libepoxy
diff --git a/strata/gtk3/gtk3.morph b/strata/gtk3/gtk3.morph
index 4542dc15..76007474 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" --enable-wayland-backend
+- ./configure --prefix="$PREFIX"
build-commands:
- GDK_PIXBUF_MODULE_FILE="$(pwd)/loader.cache" make
install-commands: