mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 15:40:12 +00:00
meson: Use -Bsymbolic
This commit is contained in:
parent
5116b2b612
commit
abe80bb7c4
@ -376,5 +376,6 @@ libgdk_dep = declare_dependency(
|
||||
depends: gdk_sources,
|
||||
include_directories: [confinc, xinc, wlinc],
|
||||
dependencies: gdk_deps,
|
||||
link_with: libgdk
|
||||
link_with: libgdk,
|
||||
link_args: ['-Bsymbolic'],
|
||||
)
|
||||
|
@ -841,5 +841,6 @@ libgtk_dep = declare_dependency(
|
||||
],
|
||||
dependencies: gtk_deps,
|
||||
link_with: [libgtk, libgdk],
|
||||
link_args: ['-Bsymbolic'],
|
||||
include_directories: [confinc, gtkinc]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user