diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-06-13 13:45:15 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-06-17 13:22:25 -0400 |
commit | 2c6ccfe4c40741ae1f15f073f7d7bc8c398a1648 (patch) | |
tree | 9bdcb39277363de6d67c91ade68416618a4d556d /mesonbuild/backend/backends.py | |
parent | ad206037e321237bc664227764a5b3fe6243c554 (diff) | |
download | meson-2c6ccfe4c40741ae1f15f073f7d7bc8c398a1648.zip meson-2c6ccfe4c40741ae1f15f073f7d7bc8c398a1648.tar.gz meson-2c6ccfe4c40741ae1f15f073f7d7bc8c398a1648.tar.bz2 |
intl custom dependency
Checking how to aquire the *gettext family of symbols portably is
annoyingly complex, and may come from the libc, or standalone.
builtin dependency:
This detects if libintl is unneeded, because the *gettext family of
symbols is available in the libc.
system dependency:
This detects if libintl is installed as separate software, linkable via
-lintl; unfortunately, GNU gettext does not ship pkg-config files for
it.
Fixes #3929
Diffstat (limited to 'mesonbuild/backend/backends.py')
0 files changed, 0 insertions, 0 deletions