[glib: 1/3] meson: Remove transitive dep workaround now we require newer Meson
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/3] meson: Remove transitive dep workaround now we require newer Meson
- Date: Thu, 28 May 2020 09:36:52 +0000 (UTC)
commit 842dccfce72a0ace0cc3b5509101da41f37ddb7d
Author: James Le Cuirot <chewi gentoo org>
Date: Mon Apr 13 14:51:18 2020 +0100
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.
glib/meson.build | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/glib/meson.build b/glib/meson.build
index d34998274..c1abbef62 100644
--- a/glib/meson.build
+++ b/glib/meson.build
@@ -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])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]