package/terminology: set eet path
Set eet path to avoid the following build failure raised since bump to
version 1.9.0 in commit 6ac557a54b
and
https://git.enlightenment.org/apps/terminology.git/commit/?id=f15dd2881a5e87e7f3b03594983826f7480c12e7:
/home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh: 30: /home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh: /usr/bin/eet: not found
Fixes:
- http://autobuild.buildroot.org/results/767acf73e4eade48cd3fdb43e9dd599ba7ef9661
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d77aba25a5
commit
770ff2bc25
@ -12,7 +12,9 @@ TERMINOLOGY_LICENSE_FILES = COPYING
|
||||
TERMINOLOGY_CPE_ID_VENDOR = enlightenment
|
||||
|
||||
TERMINOLOGY_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) efl host-pkgconf
|
||||
TERMINOLOGY_CONF_OPTS = -Dedje-cc=$(HOST_DIR)/bin/edje_cc
|
||||
TERMINOLOGY_CONF_OPTS = \
|
||||
-Dedje-cc=$(HOST_DIR)/bin/edje_cc \
|
||||
-Deet=$(HOST_DIR)/bin/eet
|
||||
|
||||
ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
|
||||
TERMINOLOGY_CONF_OPTS += -Dnls=true
|
||||
|
Loading…
Reference in New Issue
Block a user