[recipes] Also use --export-dynamic with meson
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Also use --export-dynamic with meson
- Date: Sat, 25 Feb 2017 19:41:47 +0000 (UTC)
commit dd345a53270d0b6292cea5c8ae66683c46e7fa7b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Feb 25 14:37:39 2017 -0500
Also use --export-dynamic with meson
meson.build | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index f59eacd..bba46ac 100644
--- a/meson.build
+++ b/meson.build
@@ -60,7 +60,8 @@ if get_option('canberra') != 'no'
endif
endif
-deps = [ dependency('gtk+-3.0', version : '>=3.20'),
+deps = [ dependency('gtk+-3.0', version : '>=3.22'),
+ dependency('gmodule-export-2.0'),
autoar_dep,
gspell_dep,
canberra_dep,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]