Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/efl: fix unmet dependencies
@ 2017-05-08 20:30 Yann E. MORIN
  2017-05-08 20:53 ` Romain Naour
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2017-05-08 20:30 UTC (permalink / raw)
  To: buildroot

EFL's elput selects libinput but forgot to propagate its dependencies.
Which reauires they be propagated fruther to a seonc sub-option, and
then to a third one.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@openwide.fr>
---
 package/efl/Config.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/efl/Config.in b/package/efl/Config.in
index 371ed3f0d4..e5b5643c79 100644
--- a/package/efl/Config.in
+++ b/package/efl/Config.in
@@ -178,6 +178,7 @@ config BR2_PACKAGE_EFL_WAYLAND
 	depends on BR2_PACKAGE_MESA3D_OPENGL_EGL # Evas DRM Engine
 	depends on BR2_PACKAGE_EFL_EEZE # efl drm
 	depends on BR2_PACKAGE_EFL_OPENGLES # OpenGL ES with EGL support only
+	depends on BR2_ENABLE_LOCALE # efl-drm <- efl-elput <- linput
 	select BR2_PACKAGE_EFL_DRM
 	select BR2_PACKAGE_WAYLAND_PROTOCOLS
 
@@ -216,6 +217,7 @@ endchoice # OpenGL support
 
 config BR2_PACKAGE_EFL_ELPUT
 	bool "Elput"
+	depends on BR2_ENABLE_LOCALE # libinput
 	depends on BR2_PACKAGE_EFL_EEZE
 	select BR2_PACKAGE_LIBINPUT
 	select BR2_PACKAGE_LIBXKBCOMMON
@@ -234,6 +236,7 @@ config BR2_PACKAGE_EFL_DRM
 	depends on BR2_PACKAGE_EFL_EEZE
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm
 	depends on BR2_PACKAGE_MESA3D_OPENGL_EGL # require libgbm from mesa3d
+	depends on BR2_ENABLE_LOCALE # efl-elput <- libinput
 	select BR2_PACKAGE_EFL_ELPUT
 	select BR2_PACKAGE_LIBDRM
 	select BR2_PACKAGE_LIBXKBCOMMON
-- 
2.11.0

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

end of thread, other threads:[~2017-05-08 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-08 20:30 [Buildroot] [PATCH] package/efl: fix unmet dependencies Yann E. MORIN
2017-05-08 20:53 ` Romain Naour

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox