summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-07-14 18:44:23 -0400
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-07-14 18:40:50 -0400
commit15cb3316dffe0600e971325fc3d064c618e6e78b (patch)
treed5adbf8726f058d533a193d07421a2ca09099b59
parent0ab55aa2179ec74f808d731527f408d494329d76 (diff)
downloadenlightenment-15cb3316dffe0600e971325fc3d064c618e6e78b.tar.gz
remove edje-cc from build
this is not and probably never again will be needed
-rw-r--r--Makefile.am11
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 886b2ad71f..dba49f1dbe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,17 +44,6 @@ enlightenment.pc \
pkgbuild/PKGBUILD \
pkgbuild/enlightenment.install
-EDJE_CC = $(EDJE_CC_$(V))
-EDJE_CC_ = $(EDJE_CC_$(AM_DEFAULT_VERBOSITY))
-EDJE_CC_0 = @echo " EDJE_CC " $@; @edje_cc@
-EDJE_CC_1 = @edje_cc@
-
-EDJE_FLAGS_VERBOSE_ = $(EDJE_FLAGS_VERBOSE_$(AM_DEFAULT_VERBOSITY))
-EDJE_FLAGS_VERBOSE_0 =
-EDJE_FLAGS_VERBOSE_1 = -v
-EDJE_FLAGS = $(EDJE_FLAGS_VERBOSE_$(V)) \
-@EDJE_DEF@
-
include m4/Makefile.mk
if HAVE_PO
diff --git a/configure.ac b/configure.ac
index 6ab63e139e..2426762252 100644
--- a/configure.ac
+++ b/configure.ac
@@ -589,7 +589,6 @@ EDJE_DEF=$EDJE_DEF" -DE_PROFILE"=$profile
AC_SUBST([EDJE_DEF])
PKG_CHECK_MODULES(EET, [eet >= ${efl_version}])
-EFL_WITH_BIN([edje], [edje-cc], [edje_cc])
EFL_WITH_BIN([eet], [eet-eet], [eet])
EFL_WITH_BIN([eldbus], [eldbus_codegen], [eldbus-codegen])