* [Buildroot] [PATCH 1/1] package/libgtk2: fix build with NLS
@ 2019-07-14 8:30 Fabrice Fontaine
2019-07-21 13:47 ` Thomas Petazzoni
2019-08-04 20:15 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-07-14 8:30 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/20644475a745c04fec4a87c639bd13e4f333805a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libgtk2/libgtk2.mk | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/package/libgtk2/libgtk2.mk b/package/libgtk2/libgtk2.mk
index 8f60573a5e..710e6e47db 100644
--- a/package/libgtk2/libgtk2.mk
+++ b/package/libgtk2/libgtk2.mk
@@ -21,7 +21,10 @@ LIBGTK2_CONF_ENV = \
LIBGTK2_CONF_OPTS = --disable-glibtest --enable-explicit-deps=no
-LIBGTK2_DEPENDENCIES = host-pkgconf host-libgtk2 libglib2 cairo pango atk gdk-pixbuf
+LIBGTK2_DEPENDENCIES = host-pkgconf host-libgtk2 libglib2 cairo pango atk \
+ gdk-pixbuf $(TARGET_NLS_DEPENDENCIES)
+
+LIBGTK2_MAKE_OPTS = LIBS=$(TARGET_NLS_LIBS)
# Xorg dependencies
LIBGTK2_CONF_OPTS += \
--
2.20.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/libgtk2: fix build with NLS
2019-07-14 8:30 [Buildroot] [PATCH 1/1] package/libgtk2: fix build with NLS Fabrice Fontaine
@ 2019-07-21 13:47 ` Thomas Petazzoni
2019-08-04 20:15 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-07-21 13:47 UTC (permalink / raw)
To: buildroot
On Sun, 14 Jul 2019 10:30:19 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/20644475a745c04fec4a87c639bd13e4f333805a
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/libgtk2/libgtk2.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/libgtk2: fix build with NLS
2019-07-14 8:30 [Buildroot] [PATCH 1/1] package/libgtk2: fix build with NLS Fabrice Fontaine
2019-07-21 13:47 ` Thomas Petazzoni
@ 2019-08-04 20:15 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-08-04 20:15 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fixes:
> - http://autobuild.buildroot.org/results/20644475a745c04fec4a87c639bd13e4f333805a
> 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-08-04 20:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-14 8:30 [Buildroot] [PATCH 1/1] package/libgtk2: fix build with NLS Fabrice Fontaine
2019-07-21 13:47 ` Thomas Petazzoni
2019-08-04 20:15 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox