* [Buildroot] [PATCH 1/1] package/librsvg: fix build with NLS
@ 2019-10-26 10:08 Fabrice Fontaine
2019-10-26 13:02 ` Thomas Petazzoni
2019-10-31 9:53 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2019-10-26 10:08 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/9fb04aa7761845a58df14d460b4a7bbf426e19ee
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/librsvg/librsvg.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/librsvg/librsvg.mk b/package/librsvg/librsvg.mk
index 4f563ce6db..470910d94c 100644
--- a/package/librsvg/librsvg.mk
+++ b/package/librsvg/librsvg.mk
@@ -9,10 +9,12 @@ LIBRSVG_VERSION = $(LIBRSVG_VERSION_MAJOR).20
LIBRSVG_SITE = http://ftp.gnome.org/pub/gnome/sources/librsvg/$(LIBRSVG_VERSION_MAJOR)
LIBRSVG_SOURCE = librsvg-$(LIBRSVG_VERSION).tar.xz
LIBRSVG_INSTALL_STAGING = YES
+LIBRSVG_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
LIBRSVG_CONF_OPTS = --disable-pixbuf-loader --disable-tools --enable-introspection=no
HOST_LIBRSVG_CONF_OPTS = --enable-introspection=no
LIBRSVG_DEPENDENCIES = cairo host-gdk-pixbuf gdk-pixbuf libcroco libglib2 libxml2 pango \
- $(if $(BR2_PACKAGE_LIBGTK3),libgtk3)
+ $(if $(BR2_PACKAGE_LIBGTK3),libgtk3) \
+ $(TARGET_NLS_DEPENDENCIES)
HOST_LIBRSVG_DEPENDENCIES = host-cairo host-gdk-pixbuf host-libcroco host-libglib2 host-libxml2 host-pango
LIBRSVG_LICENSE = LGPL-2.0+
LIBRSVG_LICENSE_FILES = COPYING.LIB
--
2.23.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/librsvg: fix build with NLS
2019-10-26 10:08 [Buildroot] [PATCH 1/1] package/librsvg: fix build with NLS Fabrice Fontaine
@ 2019-10-26 13:02 ` Thomas Petazzoni
2019-10-31 9:53 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-10-26 13:02 UTC (permalink / raw)
To: buildroot
On Sat, 26 Oct 2019 12:08:51 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Fixes:
> - http://autobuild.buildroot.org/results/9fb04aa7761845a58df14d460b4a7bbf426e19ee
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/librsvg/librsvg.mk | 4 +++-
> 1 file changed, 3 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/librsvg: fix build with NLS
2019-10-26 10:08 [Buildroot] [PATCH 1/1] package/librsvg: fix build with NLS Fabrice Fontaine
2019-10-26 13:02 ` Thomas Petazzoni
@ 2019-10-31 9:53 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-10-31 9:53 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fixes:
> - http://autobuild.buildroot.org/results/9fb04aa7761845a58df14d460b4a7bbf426e19ee
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2019.02.x and 2019.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-31 9:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-26 10:08 [Buildroot] [PATCH 1/1] package/librsvg: fix build with NLS Fabrice Fontaine
2019-10-26 13:02 ` Thomas Petazzoni
2019-10-31 9:53 ` 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.