mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/xlib_libXpm: fix build with NLS
Fixes: - http://autobuild.buildroot.org/results/cc47a39d134fbc80426bab6fa3662150374bae35 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
30e918133c
commit
1067b7d973
@ -15,9 +15,10 @@ XLIB_LIBXPM_AUTORECONF = YES
|
|||||||
XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xorgproto \
|
XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xorgproto \
|
||||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
||||||
$(TARGET_NLS_DEPENDENCIES)
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
XLIB_LIBXPM_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||||
|
|
||||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
|
ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
|
||||||
XLIB_LIBXPM_CONF_ENV = ac_cv_search_gettext=no
|
XLIB_LIBXPM_CONF_ENV += ac_cv_search_gettext=no
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user