From 520e291cdb59fb4702e62550af2e753cc0bfdb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 3 Feb 2015 15:15:41 +0000 Subject: Build GTK+ with X11 support The GTK+/cairo X11 backend Its needed by some GNOME libraries (like gnome-sesion) Change-Id: Iac0738acef67d8246be608070eaa5b6dd7fb45ca --- strata/gtk3.morph | 1 + strata/gtk3/gtk3.morph | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1