forked from AuroraMiddleware/gtk
build: Use link_whole for GDK backends
When linking libgdk4 to each backend's static library, we want to use the whole-archive support.
This commit is contained in:
parent
d09ccaaf35
commit
9b7148cdbd
@ -207,7 +207,7 @@ libgdk = static_library('gdk',
|
||||
'-DG_LOG_DOMAIN="Gdk"',
|
||||
'-DG_LOG_USE_STRUCTURED=1',
|
||||
] + common_cflags,
|
||||
link_with: gdk_backends,
|
||||
link_whole: gdk_backends,
|
||||
link_args: common_ldflags)
|
||||
|
||||
# We don't have link_with: to internal static libs here on purpose, just
|
||||
|
Loading…
Reference in New Issue
Block a user