summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-15 20:15:46 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-15 20:33:55 +0900
commite425c907b0a7a08873493520b2fce0b12e881cb4 (patch)
treed3ba5d43f29031b6a346c555e36f7292406e5f6a
parentd7492f5e15e9727de654931d9a7bb341e461c955 (diff)
downloaddefinitions-e425c907b0a7a08873493520b2fce0b12e881cb4.tar.gz
Make GtkSourceView depend on Glade
And add --enable-glade-catalog to sourceview configure. Enables building of the GtkSourceView plugin in Glade Change-Id: I11c2e97448ef001c2203ad838b0ff61648890a0f
-rw-r--r--strata/gnome.morph3
-rw-r--r--strata/gnome/gtksourceview.morph5
2 files changed, 7 insertions, 1 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index 373e9988..1c5a2035 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -817,12 +817,13 @@ chunks:
ref: ede1902bee26dbe36c2c1559b1166035580cdf30
unpetrify-ref: libpeas-1.16.0
- name: gtksourceview
+ morph: strata/gnome/gtksourceview.morph
repo: upstream:gnome/gtksourceview
ref: eeb6fd40fbbc74515828070fef554ed98ad481e9
unpetrify-ref: 3.18.1
- build-system: autotools
build-depends:
- m4-common
+ - glade
###############################################
# Applications Start Here #
###############################################
diff --git a/strata/gnome/gtksourceview.morph b/strata/gnome/gtksourceview.morph
new file mode 100644
index 00000000..42a65a51
--- /dev/null
+++ b/strata/gnome/gtksourceview.morph
@@ -0,0 +1,5 @@
+name: gtksourceview
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --enable-glade-catalog