From d7492f5e15e9727de654931d9a7bb341e461c955 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Tue, 15 Dec 2015 20:15:05 +0900 Subject: Make vte depend on Glade And pass --enable-glade-catalogue to configure script. Enables installation of the vte widget catalog in Glade. Change-Id: I16621eb9b4845242c2211f3154fe07f088a688d1 --- strata/gnome.morph | 1 + strata/gnome/vte.morph | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/strata/gnome.morph b/strata/gnome.morph index a6ca66f3..373e9988 100644 --- a/strata/gnome.morph +++ b/strata/gnome.morph @@ -598,6 +598,7 @@ chunks: unpetrify-ref: 0.43.0 build-depends: - gnutls + - glade - name: tracker repo: upstream:gnome/tracker ref: ad31f26e3c45dbe3365ff4aaae39269d9210f4a9 diff --git a/strata/gnome/vte.morph b/strata/gnome/vte.morph index d4501912..34552c20 100644 --- a/strata/gnome/vte.morph +++ b/strata/gnome/vte.morph @@ -2,4 +2,4 @@ name: vte kind: chunk build-system: autotools configure-commands: -- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-introspection=yes --without-pcre2 +- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-introspection=yes --without-pcre2 --enable-glade-catalogue -- cgit v1.2.1