From 8c13a452560b564af18ba9aae0ba97caffad8e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C4=85sko?= Date: Fri, 1 Feb 2019 00:00:00 +0000 Subject: build: Make dconf client vapi installation optional The client vapi is no longer used internally, but it introduces dependency on vala, since vapigen pkg-config file is required to determine where to install vapi file. Make clinet vapi file installation optional, and thus the dependency on vala itself. Issue #38. --- bin/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/meson.build b/bin/meson.build index ceafa82..e2c620a 100644 --- a/bin/meson.build +++ b/bin/meson.build @@ -1,4 +1,4 @@ -sources = gvdb_builder + libdconf_vapi + files( +sources = gvdb_builder + files( 'dconf.c', ) -- cgit v1.2.1