[Buildroot] [git commit] package/efl: drop invalid select BR2_PACKAGE_XLIB_LIBXP

Peter Korsgaard peter at korsgaard.com
Fri Dec 13 15:02:21 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=286b06e9d4fe26f0b5f8787b4afeb5a851f9d03e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at bootlin.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.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


More information about the buildroot mailing list