buildroot/package/ncmpc
Fabrice Fontaine 56fb7401b9 package/ncmpc: fix build without NLS
The build fails if libintl.h is found but xgettext is not available:

Has header "libintl.h" : YES
Library intl found: NO

po/meson.build:28:5: ERROR: Can not do gettext because xgettext is not installed.

This is because enable_nls defaults to true if libintl.h is found. Use
the nls option to enable/disable NLS explicitly, depending on
BR2_SYSTEM_ENABLE_NLS,

Also, fix the second patch to always look for libintl, even if NLS is
not enabled. The enable_nls option disables processing the po files, but
the gettext calls in the source are still there, so we need to link with
libintl anyway.

Fixes:
 - http://autobuild.buildroot.org/results/0ab0a42fd4c5c9fd5891f3b84287bd788f763ba4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2019-06-10 16:39:46 +02:00
..
0001-meson.build-add-atomic-dependency-for-sparc.patch package/ncmpc: remove first patch 2019-03-09 14:49:20 +01:00
0002-meson.build-link-with-lintl-if-needed.patch package/ncmpc: fix build without NLS 2019-06-10 16:39:46 +02:00
Config.in package/ncmpc: requires gcc >= 6 2019-03-09 21:46:08 +01:00
ncmpc.hash package/ncmpc: bump to version 0.34 2019-04-18 11:25:28 +02:00
ncmpc.mk package/ncmpc: fix build without NLS 2019-06-10 16:39:46 +02:00