summaryrefslogtreecommitdiff
path: root/strata/gnome
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-15 20:15:05 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-15 20:33:55 +0900
commitd7492f5e15e9727de654931d9a7bb341e461c955 (patch)
tree01750a44d47add355c9219b07ccb99d021d7f0ad /strata/gnome
parent90972e758079a028eb8af5e7c66ea640e2761b85 (diff)
downloaddefinitions-d7492f5e15e9727de654931d9a7bb341e461c955.tar.gz
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
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/vte.morph2
1 files changed, 1 insertions, 1 deletions
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