* [Buildroot] [PATCH 1/1] xapp_xwd: Add missing dependency xlib_libxkbfile
@ 2014-04-18 6:34 Bernd Kuhls
2014-04-18 21:53 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2014-04-18 6:34 UTC (permalink / raw)
To: buildroot
Fixes http://autobuild.buildroot.net/results/12b/12b7894a4f67d963ea93622eea1adc2d2c3d6847/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/x11r7/xapp_xwd/Config.in | 1 +
package/x11r7/xapp_xwd/xapp_xwd.mk | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xwd/Config.in b/package/x11r7/xapp_xwd/Config.in
index b7b3172..ada4820 100644
--- a/package/x11r7/xapp_xwd/Config.in
+++ b/package/x11r7/xapp_xwd/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_XAPP_XWD
bool "xwd"
select BR2_PACKAGE_XLIB_LIBX11
+ select BR2_PACKAGE_XLIB_LIBXKBFILE
select BR2_PACKAGE_XLIB_LIBXMU
help
dump an image of an X window
diff --git a/package/x11r7/xapp_xwd/xapp_xwd.mk b/package/x11r7/xapp_xwd/xapp_xwd.mk
index c46dbb5..0cda34e 100644
--- a/package/x11r7/xapp_xwd/xapp_xwd.mk
+++ b/package/x11r7/xapp_xwd/xapp_xwd.mk
@@ -9,6 +9,6 @@ XAPP_XWD_SOURCE = xwd-$(XAPP_XWD_VERSION).tar.bz2
XAPP_XWD_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XWD_LICENSE = MIT
XAPP_XWD_LICENSE_FILES = COPYING
-XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu
+XAPP_XWD_DEPENDENCIES = xlib_libX11 xlib_libXmu xlib_libxkbfile
$(eval $(autotools-package))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] xapp_xwd: Add missing dependency xlib_libxkbfile
2014-04-18 6:34 [Buildroot] [PATCH 1/1] xapp_xwd: Add missing dependency xlib_libxkbfile Bernd Kuhls
@ 2014-04-18 21:53 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-04-18 21:53 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Fri, 18 Apr 2014 08:34:08 +0200, Bernd Kuhls wrote:
> Fixes http://autobuild.buildroot.net/results/12b/12b7894a4f67d963ea93622eea1adc2d2c3d6847/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/x11r7/xapp_xwd/Config.in | 1 +
> package/x11r7/xapp_xwd/xapp_xwd.mk | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
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:[~2014-04-18 21:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 6:34 [Buildroot] [PATCH 1/1] xapp_xwd: Add missing dependency xlib_libxkbfile Bernd Kuhls
2014-04-18 21:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox