[seahorse/wip/hadess/fix-libhandy: 4/5] build: Fix build using libhandy subproject




commit b1b02b8b5308c24dc67f43af8fb63d2182cbbade
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Aug 3 10:20:07 2020 +0200

    build: Fix build using libhandy subproject
    
    If VAPI isn't enabled for the subproject, and we don't enable it
    ourselves then we'll fail at link time.
    
    error: Package `libhandy-0.0' not found in specified Vala API directories or GObject-Introspection GIR 
directories
    Compilation failed: 1 error(s), 0 warning(s)

 meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/meson.build b/meson.build
index 04f70e5f..7b356925 100644
--- a/meson.build
+++ b/meson.build
@@ -45,6 +45,7 @@ if not libhandy_dep.found()
       'examples=false',
       'glade_catalog=disabled',
       'tests=false',
+      'vapi=true',
     ]
   )
 


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