find edje_cc in path

SVN revision: 32716
This commit is contained in:
Sebastian Dransfeld 2007-11-15 19:36:57 +00:00
parent 1977c8ef74
commit 41f6eab04b
2 changed files with 2 additions and 10 deletions

View File

@ -30,15 +30,7 @@ AC_SUBST(MODULE_ARCH)
AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
AC_DEFINE_UNQUOTED(MODULE_VERSION, "0.1.0", "Module version")
edje_cc="$(pkg-config --variable=prefix edje)/bin/edje_cc"
AC_ARG_WITH(edje-cc,
AS_HELP_STRING([--with-edje-cc=PATH], [specify a specific path to edje_cc]),
[
edje_cc=$withval;
echo " Enlightenment edje_cc explicitly set to "$edje_cc;
]
)
AC_SUBST(edje_cc)
AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
AC_ARG_WITH(enlightenment-config,
AS_HELP_STRING([--with-enlightenment-config=E_CONFIG], [use enlightenment-config specified]),

View File

@ -39,7 +39,7 @@ images/popup_warn_logo_error.png \
images/popup_warn_logo_info.png
e-module-news.edj: Makefile $(EXTRA_DIST)
$(edje_cc) $(EDJE_FLAGS) \
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/theme/module.edc \
$(top_builddir)/data/theme/e-module-news.edj