mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-06 21:00:07 +02:00
meson: cleanup libglib dependencies
Move it multi-line to keep it more readable
This commit is contained in:
parent
662661a8d0
commit
7e5c5932fc
@ -397,7 +397,17 @@ libglib = library('glib-2.0',
|
|||||||
link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
|
link_args : [noseh_link_args, glib_link_flags, win32_ldflags],
|
||||||
include_directories : configinc,
|
include_directories : configinc,
|
||||||
link_with: [charset_lib, gnulib_lib],
|
link_with: [charset_lib, gnulib_lib],
|
||||||
dependencies : [pcre2, thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep],
|
dependencies : [
|
||||||
|
gnulib_libm_dependency,
|
||||||
|
libiconv,
|
||||||
|
libintl_deps,
|
||||||
|
libm,
|
||||||
|
librt,
|
||||||
|
libsysprof_capture_dep,
|
||||||
|
pcre2,
|
||||||
|
platform_deps,
|
||||||
|
thread_dep,
|
||||||
|
],
|
||||||
c_args : glib_c_args,
|
c_args : glib_c_args,
|
||||||
objc_args : glib_c_args,
|
objc_args : glib_c_args,
|
||||||
gnu_symbol_visibility : 'hidden',
|
gnu_symbol_visibility : 'hidden',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user