diff mbox series

[5/6] package/enlightenment: add xkeyboard-config optional dependency

Message ID 20180315225012.9845-5-romain.naour@gmail.com
State Accepted
Commit 47c7a8c2b3f20b76b4a8937d31419f40ed6a60df
Headers show
Series [1/6] package/efl: bump to 1.20.7 | expand

Commit Message

Romain Naour March 15, 2018, 10:50 p.m. UTC
The meson build systemd is checking for xkeyboard-config optional
dependency but there is no option to handle it.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/enlightenment/enlightenment.mk | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Peter Korsgaard March 17, 2018, 8:55 a.m. UTC | #1
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > The meson build systemd is checking for xkeyboard-config optional
 > dependency but there is no option to handle it.

 > Signed-off-by: Romain Naour <romain.naour@gmail.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/package/enlightenment/enlightenment.mk b/package/enlightenment/enlightenment.mk
index 6ee983db76..ae68888aac 100644
--- a/package/enlightenment/enlightenment.mk
+++ b/package/enlightenment/enlightenment.mk
@@ -41,6 +41,10 @@  else
 ENLIGHTENMENT_MESON_OPTS += -Dmixer=false
 endif
 
+ifeq ($(BR2_PACKAGE_XKEYBOARD_CONFIG),y)
+ENLIGHTENMENT_DEPENDENCIES += xkeyboard-config
+endif
+
 define ENLIGHTENMENT_CONFIGURE_CMDS
 	rm -rf $(@D)/build
 	mkdir -p $(@D)/build