summaryrefslogtreecommitdiff
path: root/strata/gnome
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 /strata/gnome
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
Diffstat (limited to 'strata/gnome')
-rw-r--r--strata/gnome/gtksourceview.morph5
1 files changed, 5 insertions, 0 deletions
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