summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2014-03-17 21:02:01 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2014-03-17 21:02:01 +0100
commitd2c966faf4979b5745ea0df8062795fc82b9fcc1 (patch)
tree63eb9352d17cdcfd939ccb796e0d354a2a43d959 /examples
parent201bd67de450320520a12e2b0c465c8eb6818bd2 (diff)
Require glib >= 2.35.4 according to the usage of g_get_num_processors()
Bump vala buildflags accordingly
Diffstat (limited to 'examples')
-rw-r--r--examples/vala/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/vala/Makefile.am b/examples/vala/Makefile.am
index 99584e63..b7cd7c23 100644
--- a/examples/vala/Makefile.am
+++ b/examples/vala/Makefile.am
@@ -8,7 +8,7 @@ AM_CPPFLAGS = \
$(NULL)
AM_VALAFLAGS = \
- --target-glib=2.26 \
+ --target-glib=2.36 \
--pkg gio-2.0 \
$(top_builddir)/libzeitgeist/zeitgeist-datamodel-2.0.vapi \
$(top_builddir)/libzeitgeist/zeitgeist-2.0.vapi \