]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/enlightenment: add xkeyboard-config optional dependency
authorRomain Naour <romain.naour@gmail.com>
Thu, 15 Mar 2018 22:50:11 +0000 (23:50 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 17 Mar 2018 08:55:17 +0000 (09:55 +0100)
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>
package/enlightenment/enlightenment.mk

index 6ee983db7689b04236344b51e5aae13e22bdf13b..ae68888aac7d70c90a778cecea70dd51d433c0f8 100644 (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