All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP
@ 2019-12-13 14:16 Thomas Petazzoni
  2019-12-13 15:02 ` Peter Korsgaard
  2019-12-23  8:07 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-12-13 14:16 UTC (permalink / raw)
  To: buildroot

The option BR2_PACKAGE_XLIB_LIBXP does not exist, but is select by
efl/Config.in since the package was introduced. Since all xlib_*
dependency in the .mk file each have a corresponding select in the
Config.in file, we simply drop this bogus dependency.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/efl/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/efl/Config.in b/package/efl/Config.in
index 3e7097df74..98b5b0731a 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -166,7 +166,6 @@ config BR2_PACKAGE_EFL_X_XLIB
 	select BR2_PACKAGE_XLIB_LIBXCURSOR
 	select BR2_PACKAGE_XLIB_LIBXDAMAGE
 	select BR2_PACKAGE_XLIB_LIBXINERAMA
-	select BR2_PACKAGE_XLIB_LIBXP
 	select BR2_PACKAGE_XLIB_LIBXRANDR
 	select BR2_PACKAGE_XLIB_LIBXRENDER
 	select BR2_PACKAGE_XLIB_LIBXSCRNSAVER
-- 
2.23.0

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

* [Buildroot] [PATCH] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP
  2019-12-13 14:16 [Buildroot] [PATCH] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP Thomas Petazzoni
@ 2019-12-13 15:02 ` Peter Korsgaard
  2019-12-23  8:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-13 15:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > The option BR2_PACKAGE_XLIB_LIBXP does not exist, but is select by
 > efl/Config.in since the package was introduced. Since all xlib_*
 > dependency in the .mk file each have a corresponding select in the
 > Config.in file, we simply drop this bogus dependency.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP
  2019-12-13 14:16 [Buildroot] [PATCH] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP Thomas Petazzoni
  2019-12-13 15:02 ` Peter Korsgaard
@ 2019-12-23  8:07 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-12-23  8:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > The option BR2_PACKAGE_XLIB_LIBXP does not exist, but is select by
 > efl/Config.in since the package was introduced. Since all xlib_*
 > dependency in the .mk file each have a corresponding select in the
 > Config.in file, we simply drop this bogus dependency.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2019.02.x and 2019.11.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-12-23  8:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 14:16 [Buildroot] [PATCH] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP Thomas Petazzoni
2019-12-13 15:02 ` Peter Korsgaard
2019-12-23  8:07 ` 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.