From 0f427650ac0879cf385bd92643127499318bcc45 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 8 Apr 2015 17:40:02 +0200 Subject: build: Allow to define path for eldbus-codegen binary Since the latest elm colorclass changes we need eldbus-codegen to generate some files. Not all setups have this in their normal $PATH so let allow these setups to set the correct path during configure. This allows our Jenkins setup as well as others to work again. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5695a1d05..f3a3a3740 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,7 @@ EFL_WITH_BIN([elementary], [elementary-codegen], [elementary_codegen]) EFL_WITH_BIN([elementary], [elm-prefs-cc], [elm_prefs_cc]) EFL_WITH_BIN([eolian], [eolian-gen], [eolian_gen]) EFL_WITH_BIN([eolian-cxx], [eolian-cxx], [eolian_cxx]) +EFL_WITH_BIN([eldbus], [eldbus_codegen], [eldbus-codegen]) # Force the helper to try external eolian generators AM_CONDITIONAL([HAVE_EOLIAN_GEN], [true]) AM_CONDITIONAL([HAVE_EOLIAN_CXX], [true]) @@ -560,6 +561,7 @@ echo " elementary_codegen.......: ${elementary_codegen}" echo " elm_prefs_cc.............: ${elm_prefs_cc}" echo " eolian_gen...............: ${eolian_gen}" echo " eolian_cxx...............: ${eolian_cxx}" +echo " eldbus_codegen...........: ${eldbus_codegen}" echo echo " Build elementary_test....: ${have_elementary_test}" echo " Build elementary_codegen.: ${have_elementary_codegen}" -- cgit v1.2.1