summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2019-01-31 13:47:17 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2019-01-31 13:47:17 +0000
commit7ff7c513941cf389c59ee4dd102cf93cf2ea2a4a (patch)
tree8465e0353d224d90fd3208ca24ecc6422f3818aa /meson.build
parente03cfd5856d203896e403f61ebc3283006c04d3d (diff)
parent50e95fbf8b35526fb962393813ed74806b70c187 (diff)
downloaddconf-7ff7c513941cf389c59ee4dd102cf93cf2ea2a4a.tar.gz
Merge branch 'goodbye-vala' into 'master'
bin: Rewrite dconf utility in C Closes #38 See merge request GNOME/dconf!39
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 1 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 4ebdbb3..85bcc02 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project(
- 'dconf', ['c', 'vala'],
+ 'dconf', ['c'],
version: '0.31.2',
license: 'LGPL2.1+',
meson_version: '>= 0.46.0',
@@ -20,7 +20,6 @@ revision = 0
libversion = '@0@.@1@.@2@'.format(soversion, current, revision)
cc = meson.get_compiler('c')
-valac = meson.get_compiler('vala')
# compiler flags
common_flags = ['-DSYSCONFDIR="@0@"'.format(dconf_sysconfdir)]