[seahorse/wip/hadess/fix-libhandy: 1/2] build: Fix build using libhandy subproject
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse/wip/hadess/fix-libhandy: 1/2] build: Fix build using libhandy subproject
- Date: Mon, 3 Aug 2020 08:22:41 +0000 (UTC)
commit 78f387fe1d61fbdfc54defc56f742467db4c1fdd
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]