[dia: 53/105] #19: Enable dia app export_dynamic.
- From: Zander <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia: 53/105] #19: Enable dia app export_dynamic.
- Date: Mon, 28 Jan 2019 19:23:47 +0000 (UTC)
commit 7e6d3ea047f2d0b89c6cbce2461cacc838027c8d
Author: Eduard Nicodei <eddnicodei gmail com>
Date: Thu Jan 3 23:28:02 2019 +0000
#19: Enable dia app export_dynamic.
- This fixes issue where "shared_module" plugins would crash
due to undefined symbols.
app/meson.build | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/app/meson.build b/app/meson.build
index 4117cf65..2e2b50a6 100644
--- a/app/meson.build
+++ b/app/meson.build
@@ -79,6 +79,7 @@ diaapp = executable('dia',
dependencies : [libgtk_dep, libxml_dep, libm_dep],
link_with : [libdia],
link_args: dia_link_args,
+ export_dynamic: true, # some plugins require this.
include_directories : [configuration_inc, libdia_inc],
gui_app : true,
install : true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]