[geary/mjog/334-libstemmer: 4/6] build: Make comment about system libs with custom VAPI more generic
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/mjog/334-libstemmer: 4/6] build: Make comment about system libs with custom VAPI more generic
- Date: Sun, 13 Sep 2020 14:26:50 +0000 (UTC)
commit b4c8a06f47af5d88276e6996b36576e8ecd70f62
Author: Michael Gratton <mike vee net>
Date: Sun Sep 13 16:26:46 2020 +1000
build: Make comment about system libs with custom VAPI more generic
meson.build | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/meson.build b/meson.build
index c33d66cc3..5f33411bf 100644
--- a/meson.build
+++ b/meson.build
@@ -102,11 +102,13 @@ libytnef = dependency('libytnef', version: '>= 1.9.3', required: get_option('tne
posix = valac.find_library('posix')
webkit2gtk_web_extension = dependency('webkit2gtk-web-extension-4.0', version: '>=' + target_webkit)
-# Libunwind system dependencies above ensures appropriate versions,
-# but this declared dependency is what we actually build against so we
-# can include the custom VAPI correctly. We need to add unwind_lib to
-# the search path for these so Flatpak builds can find the C lib.
+# System dependencies above ensures appropriate versions for the
+# following libraries, but the declared dependency is what we actually
+# build against so we can include the custom VAPI correctly.
+
if libunwind_dep.found()
+ # We need to add native lib to the search path for these so Flatpak
+ # builds can find it.
unwind_lib = libunwind_dep.get_pkgconfig_variable('libdir')
libunwind = declare_dependency(
dependencies: [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]