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:
parent
438041c365
commit
47c7a8c2b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user