efl: eet binary is not optional anymore.

it's pointless to have this and may cause problems or complex
configure.ac when we have libraries that use 'eet' during its compile
phase (like elementary generates its profile/configuration).



SVN revision: 77815
devs/devilhorns/wayland_egl
Gustavo Sverzut Barbieri 11 years ago
parent faba14f129
commit 423ae915ee
  1. 2
      configure.ac
  2. 3
      src/bin/eet/Makefile.am

@ -570,8 +570,6 @@ AC_MSG_NOTICE([Eet checks])
### Additional options to configure
EFL_ENABLE_BIN([eet])
AC_ARG_WITH([crypto],
[AC_HELP_STRING([--with-crypto=CRYPTO],
[use the predefined build crypto, one of:

@ -16,8 +16,7 @@ AM_CPPFLAGS += \
-I$(top_builddir)/src/lib/evil
endif
bin_PROGRAMS = @EET_PRG@
EXTRA_PROGRAMS = eet
bin_PROGRAMS = eet
eet_SOURCES = eet_main.c
eet_LDADD = \

Loading…
Cancel
Save