[gvfs] build: Move to string based include_directories



commit a81cf0e203fb11c23f5c6bee3dff42b6a7ff299e
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Tue Sep 14 12:14:11 2021 +0200

    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(-)
---
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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]