mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
meson: Remove transitive dep workaround now we require newer Meson
https://github.com/mesonbuild/meson/issues/1426 was fixed in 0.48.0 but we require 0.49.2.
This commit is contained in:
parent
f733eff2ee
commit
842dccfce7
@ -363,9 +363,7 @@ libglib = library('glib-2.0',
|
||||
|
||||
libglib_dep = declare_dependency(
|
||||
link_with : libglib,
|
||||
# thread_dep doesn't get pulled in from libglib atm,
|
||||
# see https://github.com/mesonbuild/meson/issues/1426
|
||||
dependencies : [thread_dep, libintl],
|
||||
dependencies : libintl,
|
||||
# We sadly need to export configinc here because everyone includes <glib/*.h>
|
||||
include_directories : [configinc, glibinc])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user