[libgda: 2/4] Doc: Adding build dir to the search path



commit 71e676de870f265224f048771a2e80372661ff67
Author: Pavlo Solntsev <p sun fun gmail com>
Date:   Thu Jan 23 00:24:41 2020 -0600

    Doc: Adding build dir to the search path
    
    Using new meson style for joining paths.

 doc/C/libgda/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/doc/C/libgda/meson.build b/doc/C/libgda/meson.build
index 95a3604dd..548bce679 100644
--- a/doc/C/libgda/meson.build
+++ b/doc/C/libgda/meson.build
@@ -83,7 +83,7 @@ gnome_module.gtkdoc(
         main_xml: project_package+'-docs.xml',
         namespace: 'gda',
         mode: 'none',
-        src_dir: join_paths(meson.source_root(),'libgda'),
+        src_dir: [meson.source_root()/'libgda', meson.build_root()/'libgda'],
         dependencies: [libgda_doc_dep, libgda_dep],
         scan_args: [
                 '--deprecated-guards="GDA_DISABLE_DEPRECATED"',


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