package/enlightenment: add xkeyboard-config optional dependency

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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Romain Naour 2018-03-15 23:50:11 +01:00 committed by Peter Korsgaard
parent 438041c365
commit 47c7a8c2b3

View File

@ -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