projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
438041c
)
package/enlightenment: add xkeyboard-config optional dependency
author
Romain Naour
<romain.naour@gmail.com>
Thu, 15 Mar 2018 22:50:11 +0000
(23:50 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/enlightenment/enlightenment.mk
b/package/enlightenment/enlightenment.mk
index 6ee983db7689b04236344b51e5aae13e22bdf13b..ae68888aac7d70c90a778cecea70dd51d433c0f8 100644
(file)
--- 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