All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/efl: fix build failure with eeze disabled
@ 2022-01-24 10:09 Giulio Benetti
  2022-02-01 21:53 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Giulio Benetti @ 2022-01-24 10:09 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Giulio Benetti

Elput depends on eeze, so if we disable eeze we also need to disable elput
by setting the option "input" to false.

Fixes:
https://bugs.busybox.net/show_bug.cgi?id=14531

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/efl/efl.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/efl/efl.mk b/package/efl/efl.mk
index ed0a8acc1d..c93961475d 100644
--- a/package/efl/efl.mk
+++ b/package/efl/efl.mk
@@ -65,6 +65,8 @@ EFL_DEPENDENCIES += udev
 EFL_CONF_OPTS += -Deeze=true
 else
 EFL_CONF_OPTS += -Deeze=false
+# input(elput) requires eeze, so disable it accordingly
+EFL_CONF_OPTS += -Dinput=false
 endif
 
 ifeq ($(BR2_PACKAGE_EFL_UTIL_LINUX_LIBMOUNT),y)
-- 
2.25.1

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

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

end of thread, other threads:[~2022-02-01 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 10:09 [Buildroot] [PATCH] package/efl: fix build failure with eeze disabled Giulio Benetti
2022-02-01 21:53 ` Arnout Vandecappelle
2022-02-01 22:02   ` Giulio Benetti
2022-02-01 22:04     ` Fabrice Fontaine

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.