Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/x11r7/xapp_xfd: disable gettext detection when not needed
@ 2023-06-14 17:30 Bernd Kuhls
  2023-06-14 17:30 ` [Buildroot] [PATCH 2/2] package/x11r7/xapp_xhost: " Bernd Kuhls
  2023-07-29 22:40 ` [Buildroot] [PATCH 1/2] package/x11r7/xapp_xfd: " Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2023-06-14 17:30 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/856/856b0f332b4a82a5ce308643c37a14d3c6aebcc1/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xapp_xfd/xapp_xfd.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/x11r7/xapp_xfd/xapp_xfd.mk b/package/x11r7/xapp_xfd/xapp_xfd.mk
index 1ef1d69db3..bccbc1da5d 100644
--- a/package/x11r7/xapp_xfd/xapp_xfd.mk
+++ b/package/x11r7/xapp_xfd/xapp_xfd.mk
@@ -25,4 +25,8 @@ else
 XAPP_XFD_CONF_OPTS += --without-xkb
 endif
 
+ifeq ($(BR2_SYSTEM_ENABLE_NLS),)
+XAPP_XFD_CONF_ENV += ac_cv_search_gettext=no
+endif
+
 $(eval $(autotools-package))
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-07-29 22:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14 17:30 [Buildroot] [PATCH 1/2] package/x11r7/xapp_xfd: disable gettext detection when not needed Bernd Kuhls
2023-06-14 17:30 ` [Buildroot] [PATCH 2/2] package/x11r7/xapp_xhost: " Bernd Kuhls
2023-07-29 22:40 ` [Buildroot] [PATCH 1/2] package/x11r7/xapp_xfd: " Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox