All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/metacity: fix build with NLS
@ 2019-08-09 12:46 Fabrice Fontaine
  2019-08-09 20:07 ` Thomas Petazzoni
  2019-09-02 11:15 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-08-09 12:46 UTC (permalink / raw)
  To: buildroot

Fixes:
 - http://autobuild.buildroot.org/results/c7a12e45c774905d4253db35c35c208d3f21ad49

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/metacity/metacity.mk | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/metacity/metacity.mk b/package/metacity/metacity.mk
index b93200ca5a..f5a6d4afd9 100644
--- a/package/metacity/metacity.mk
+++ b/package/metacity/metacity.mk
@@ -26,7 +26,10 @@ METACITY_DEPENDENCIES = libgtk2 \
 	xlib_libXcomposite \
 	xlib_libXfixes \
 	xlib_libXrender \
-	xlib_libXdamage
+	xlib_libXdamage \
+	$(TARGET_NLS_DEPENDENCIES)
+
+METACITY_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
 
 ifeq ($(BR2_PACKAGE_XLIB_LIBXCURSOR),y)
 METACITY_DEPENDENCIES += xlib_libXcursor
-- 
2.20.1

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

* [Buildroot] [PATCH 1/1] package/metacity: fix build with NLS
  2019-08-09 12:46 [Buildroot] [PATCH 1/1] package/metacity: fix build with NLS Fabrice Fontaine
@ 2019-08-09 20:07 ` Thomas Petazzoni
  2019-09-02 11:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-08-09 20:07 UTC (permalink / raw)
  To: buildroot

On Fri,  9 Aug 2019 14:46:04 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/c7a12e45c774905d4253db35c35c208d3f21ad49
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/metacity/metacity.mk | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/1] package/metacity: fix build with NLS
  2019-08-09 12:46 [Buildroot] [PATCH 1/1] package/metacity: fix build with NLS Fabrice Fontaine
  2019-08-09 20:07 ` Thomas Petazzoni
@ 2019-09-02 11:15 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-09-02 11:15 UTC (permalink / raw)
  To: buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Fixes:
 >  - http://autobuild.buildroot.org/results/c7a12e45c774905d4253db35c35c208d3f21ad49

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2019.02.x and 2019.05.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-02 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-09 12:46 [Buildroot] [PATCH 1/1] package/metacity: fix build with NLS Fabrice Fontaine
2019-08-09 20:07 ` Thomas Petazzoni
2019-09-02 11:15 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.