All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/evilwm: add missing dependency
@ 2024-09-16 14:32 Waldemar Brodkorb
  2024-10-26 15:57 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-09-16 14:32 UTC (permalink / raw)
  To: buildroot

Add missing dependency to xlib_libXrandr.

Fixes:

 https://autobuild.buildroot.org/results/9928181557c7f99b7c74065d981f005cbd95145d/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/evilwm/Config.in | 1 +
 package/evilwm/evilwm.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/evilwm/Config.in b/package/evilwm/Config.in
index 86cc17dc76..0f0513df0d 100644
--- a/package/evilwm/Config.in
+++ b/package/evilwm/Config.in
@@ -3,6 +3,7 @@ config BR2_PACKAGE_EVILWM
 	depends on BR2_PACKAGE_XORG7
 	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_XLIB_LIBX11
+	select BR2_PACKAGE_XLIB_LIBXRANDR
 	help
 	  A minimalist window manager for the X Window System
 
diff --git a/package/evilwm/evilwm.mk b/package/evilwm/evilwm.mk
index b013305c44..78b531095b 100644
--- a/package/evilwm/evilwm.mk
+++ b/package/evilwm/evilwm.mk
@@ -9,7 +9,7 @@ EVILWM_SITE = https://www.6809.org.uk/evilwm/dl
 EVILWM_LICENSE = evilwm license
 EVILWM_LICENSE_FILES = README
 
-EVILWM_DEPENDENCIES = xlib_libX11
+EVILWM_DEPENDENCIES = xlib_libX11 xlib_libXrandr
 
 define EVILWM_INSTALL_XSESSION_FILE
 	$(INSTALL) -m 0755 -D package/evilwm/xsession \
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/evilwm: add missing dependency
  2024-09-16 14:32 [Buildroot] [PATCH] package/evilwm: add missing dependency Waldemar Brodkorb
@ 2024-10-26 15:57 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-10-26 15:57 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

On Mon, 16 Sep 2024 16:32:28 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> Add missing dependency to xlib_libXrandr.
> 
> Fixes:
> 
>  https://autobuild.buildroot.org/results/9928181557c7f99b7c74065d981f005cbd95145d/
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/evilwm/Config.in | 1 +
>  package/evilwm/evilwm.mk | 2 +-
>  2 files changed, 2 insertions(+), 1 deletion(-)

Applied to master, thanks.

It should be noted that we merged this package using autotools-package,
but it isn't using the autotools at all. It has almost an empty
./configure script, hand-written.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-10-26 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 14:32 [Buildroot] [PATCH] package/evilwm: add missing dependency Waldemar Brodkorb
2024-10-26 15:57 ` Thomas Petazzoni via buildroot

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.