All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/elementary: add path to eolian_cxx
@ 2016-07-20 21:43 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-20 21:43 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=df60d486c630ada7c6a7af63ade8767e6a7985b1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 package/elementary/elementary.mk | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/package/elementary/elementary.mk b/package/elementary/elementary.mk
index 33d4034..a06809f 100644
--- a/package/elementary/elementary.mk
+++ b/package/elementary/elementary.mk
@@ -33,5 +33,11 @@ HOST_ELEMENTARY_CONF_OPTS = \
 	--with-doxygen=no \
 	--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 $(host-autotools-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-20 21:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 21:43 [Buildroot] [git commit] package/elementary: add path to eolian_cxx Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.