mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
meson: Don't accidentally pick up intl fallback in the first test
If proxy-libintl has already been configured before we get to glib, we will pick that up in dependency('intl'), which then does compiler checks on it. This was written to assume that the first check will not find a subproject for libintl, so force it with allow_fallback: false. Also update the proxy-libintl wrap file and get rid of the explicit subproject() call. Reported by Benjamin Gilbert at https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3172
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
[wrap-git]
|
||||
directory=proxy-libintl
|
||||
url=https://github.com/frida/proxy-libintl.git
|
||||
revision=c03e1a74b17fa7ec467e110130775409e4828a4c
|
||||
directory = proxy-libintl
|
||||
url = https://github.com/frida/proxy-libintl.git
|
||||
revision = 0.4
|
||||
depth=1
|
||||
|
||||
[provide]
|
||||
intl = intl_dep
|
||||
|
Reference in New Issue
Block a user