package/elementary: add path to eolian_cxx
When efl package is build with Eolian support, eolian_cxx tool is build for the host. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ef5d9f433b
commit
df60d486c6
@ -33,5 +33,11 @@ HOST_ELEMENTARY_CONF_OPTS = \
|
|||||||
--with-doxygen=no \
|
--with-doxygen=no \
|
||||||
--disable-elementary-test
|
--disable-elementary-test
|
||||||
|
|
||||||
|
# Use Eolian C++ parser only if enabled in the efl stack.
|
||||||
|
ifeq ($(BR2_PACKAGE_EFL_EOLIAN_CPP),y)
|
||||||
|
ELEMENTARY_CONF_OPTS += --with-eolian-cxx=$(HOST_DIR)/usr/bin/eolian_cxx
|
||||||
|
HOST_ELEMENTARY_CONF_OPTS += --with-eolian-cxx=$(HOST_DIR)/usr/bin/eolian_cxx
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
Reference in New Issue
Block a user