* [Buildroot] [PATCH v2 1/1] package/x11r7/xlib_libXpm: Add gettext/iconv support
@ 2015-03-29 14:20 Bernd Kuhls
2015-04-04 13:12 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2015-03-29 14:20 UTC (permalink / raw)
To: buildroot
This package uses gettext/iconv when needed
fli4l at fli4lbuild64:~/br5$ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libXpm.so | grep NEEDED
0x00000001 (NEEDED) Shared library: [libX11.so.6]
0x00000001 (NEEDED) Shared library: [libxcb.so.1]
0x00000001 (NEEDED) Shared library: [libXau.so.6]
0x00000001 (NEEDED) Shared library: [libXdmcp.so.6]
0x00000001 (NEEDED) Shared library: [libdl.so.0]
0x00000001 (NEEDED) Shared library: [libintl.so.8]
0x00000001 (NEEDED) Shared library: [libiconv.so.2]
0x00000001 (NEEDED) Shared library: [libc.so.0]
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
v2: Do not select gettext package, gettext/iconv are optional dependencies (Thomas)
package/x11r7/xlib_libXpm/xlib_libXpm.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/x11r7/xlib_libXpm/xlib_libXpm.mk b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
index 766724f..997ef95 100644
--- a/package/x11r7/xlib_libXpm/xlib_libXpm.mk
+++ b/package/x11r7/xlib_libXpm/xlib_libXpm.mk
@@ -13,6 +13,8 @@ XLIB_LIBXPM_INSTALL_STAGING = YES
# we patch configure.ac
XLIB_LIBXPM_AUTORECONF = YES
XLIB_LIBXPM_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXt xproto_xproto \
+ $(if $(BR2_PACKAGE_GETTEXT),gettext) \
+ $(if $(BR2_PACKAGE_LIBICONV),libiconv) \
host-gettext
$(eval $(autotools-package))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2 1/1] package/x11r7/xlib_libXpm: Add gettext/iconv support
2015-03-29 14:20 [Buildroot] [PATCH v2 1/1] package/x11r7/xlib_libXpm: Add gettext/iconv support Bernd Kuhls
@ 2015-04-04 13:12 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-04-04 13:12 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Sun, 29 Mar 2015 16:20:16 +0200, Bernd Kuhls wrote:
> This package uses gettext/iconv when needed
>
> fli4l at fli4lbuild64:~/br5$ output/host/usr/bin/i586-buildroot-linux-uclibc-readelf -a output/target/usr/lib/libXpm.so | grep NEEDED
> 0x00000001 (NEEDED) Shared library: [libX11.so.6]
> 0x00000001 (NEEDED) Shared library: [libxcb.so.1]
> 0x00000001 (NEEDED) Shared library: [libXau.so.6]
> 0x00000001 (NEEDED) Shared library: [libXdmcp.so.6]
> 0x00000001 (NEEDED) Shared library: [libdl.so.0]
> 0x00000001 (NEEDED) Shared library: [libintl.so.8]
> 0x00000001 (NEEDED) Shared library: [libiconv.so.2]
> 0x00000001 (NEEDED) Shared library: [libc.so.0]
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-04 13:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-29 14:20 [Buildroot] [PATCH v2 1/1] package/x11r7/xlib_libXpm: Add gettext/iconv support Bernd Kuhls
2015-04-04 13:12 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox