All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/x11r7/xapp_xf86dga: remove dependencies on Xt/Xaw/Xmu
@ 2016-02-09 22:04 Arnout Vandecappelle
  2016-02-10  0:10 ` Ricardo Martincoski
  2016-02-10  6:52 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2016-02-09 22:04 UTC (permalink / raw)
  To: buildroot

Since the bump to 1.0.3, xapp_xf86dga no longer uses libXt, libXaw and
libXmu. So these dependencies should be removed from the .mk file.

They were already removed from Config.in, leading to messages like:
Makefile:475: *** xlib_libXaw is in the dependency chain of xapp_xf86dga
that has added it to its _DEPENDENCIES variable without selecting it or
depending on it from Config.in.  Stop.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
 package/x11r7/xapp_xf86dga/xapp_xf86dga.mk | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk b/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk
index a2e08da..fe8e427 100644
--- a/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk
+++ b/package/x11r7/xapp_xf86dga/xapp_xf86dga.mk
@@ -12,9 +12,6 @@ XAPP_XF86DGA_LICENSE_FILES = COPYING
 XAPP_XF86DGA_DEPENDENCIES = \
 	host-pkgconf \
 	xlib_libX11 \
-	xlib_libXxf86dga \
-	xlib_libXt \
-	xlib_libXaw \
-	xlib_libXmu
+	xlib_libXxf86dga
 
 $(eval $(autotools-package))
-- 
2.7.0

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

* [Buildroot] [PATCH] package/x11r7/xapp_xf86dga: remove dependencies on Xt/Xaw/Xmu
  2016-02-09 22:04 [Buildroot] [PATCH] package/x11r7/xapp_xf86dga: remove dependencies on Xt/Xaw/Xmu Arnout Vandecappelle
@ 2016-02-10  0:10 ` Ricardo Martincoski
  2016-02-10  6:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Ricardo Martincoski @ 2016-02-10  0:10 UTC (permalink / raw)
  To: buildroot

On Tue, Feb 09, 2016 at 08:04 PM, Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> wrote:
> Since the bump to 1.0.3, xapp_xf86dga no longer uses libXt, libXaw and
> libXmu. So these dependencies should be removed from the .mk file.
> 
> They were already removed from Config.in, leading to messages like:
> Makefile:475: *** xlib_libXaw is in the dependency chain of xapp_xf86dga
> that has added it to its _DEPENDENCIES variable without selecting it or
> depending on it from Config.in.  Stop.

You can add if you want:

Fixes:
http://autobuild.buildroot.net/results/aee/aee4a895c74647292715705bfcdf742f3ea2f76f/

> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Build test for the autobuild issue using minimal config
BR2_TOOLCHAIN_EXTERNAL=y # easy for toolchain w/ MMU support
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XAPP_XF86DGA=y

Regards,
Ricardo

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

* [Buildroot] [PATCH] package/x11r7/xapp_xf86dga: remove dependencies on Xt/Xaw/Xmu
  2016-02-09 22:04 [Buildroot] [PATCH] package/x11r7/xapp_xf86dga: remove dependencies on Xt/Xaw/Xmu Arnout Vandecappelle
  2016-02-10  0:10 ` Ricardo Martincoski
@ 2016-02-10  6:52 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2016-02-10  6:52 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > Since the bump to 1.0.3, xapp_xf86dga no longer uses libXt, libXaw and
 > libXmu. So these dependencies should be removed from the .mk file.

 > They were already removed from Config.in, leading to messages like:
 > Makefile:475: *** xlib_libXaw is in the dependency chain of xapp_xf86dga
 > that has added it to its _DEPENDENCIES variable without selecting it or
 > depending on it from Config.in.  Stop.

 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 > Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
 > Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>

Committed with the autobuilder reference added as suggested by Ricardo, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2016-02-10  6:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-09 22:04 [Buildroot] [PATCH] package/x11r7/xapp_xf86dga: remove dependencies on Xt/Xaw/Xmu Arnout Vandecappelle
2016-02-10  0:10 ` Ricardo Martincoski
2016-02-10  6:52 ` 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.