[gtk+/wip/baedert/meson: 2/3] meson: Use -Bsymbolic
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/meson: 2/3] meson: Use -Bsymbolic
- Date: Tue, 20 Sep 2016 19:30:52 +0000 (UTC)
commit f2548b1a2fc8cd2c10f9b181a3c037848ff1ffd2
Author: Timm Bäder <mail baedert org>
Date: Tue Sep 20 21:25:39 2016 +0200
meson: Use -Bsymbolic
gdk/meson.build | 3 ++-
gtk/meson.build | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gdk/meson.build b/gdk/meson.build
index 3d9e8fa..0f82745 100644
--- a/gdk/meson.build
+++ b/gdk/meson.build
@@ -377,6 +377,7 @@ libgdk_dep = declare_dependency(
depends: gdk_sources,
include_directories: [confinc, xinc, wlinc],
dependencies: gdk_deps,
- link_with: libgdk
+ link_with: libgdk,
+ link_args: ['-Bsymbolic'],
)
diff --git a/gtk/meson.build b/gtk/meson.build
index 81653bd..941274c 100644
--- a/gtk/meson.build
+++ b/gtk/meson.build
@@ -837,5 +837,6 @@ libgtk_dep = declare_dependency(
],
dependencies: gtk_deps,
link_with: [libgtk, libgdk],
+ link_args: ['-Bsymbolic'],
include_directories: [confinc, gtkinc]
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]