From a81cf0e203fb11c23f5c6bee3dff42b6a7ff299e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= Date: Tue, 14 Sep 2021 12:14:11 +0200 Subject: build: Move to string based include_directories To be consistent with the whole set of build files, the `include_directories` have been replaced by string based alternative. --- daemon/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon') diff --git a/daemon/meson.build b/daemon/meson.build index 7e86d8a0..eac85a2c 100644 --- a/daemon/meson.build +++ b/daemon/meson.build @@ -128,7 +128,7 @@ libgvfsdaemon = shared_library( ) libgvfsdaemon_dep = declare_dependency( - include_directories: include_directories('.'), + include_directories: '.', dependencies: libgvfscommon_dep, compile_args: cflags, link_with: libgvfsdaemon, -- cgit v1.2.1