tasn pushed a commit to branch master. http://git.enlightenment.org/bindings/cxx/eflxx.git/commit/?id=d84caedb1b53afba6815d730642cf20b2feffecb
commit d84caedb1b53afba6815d730642cf20b2feffecb Author: Andreas Volz <[email protected]> Date: Thu Oct 8 18:50:39 2009 +0000 disabled etkxx and examples as it has moved to OLD SVN revision: 42965 --- compile.sh | 1 - eflxx_examples/configure.ac | 6 +----- eflxx_examples/src/Makefile.am | 1 - 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/compile.sh b/compile.sh index 8dda04f..a591c06 100755 --- a/compile.sh +++ b/compile.sh @@ -6,7 +6,6 @@ PKG="eflxx edjexx ecorexx esmartxx - etkxx ewlxx emotionxx elementaryxx diff --git a/eflxx_examples/configure.ac b/eflxx_examples/configure.ac index cd5508b..cc019da 100644 --- a/eflxx_examples/configure.ac +++ b/eflxx_examples/configure.ac @@ -97,14 +97,13 @@ AC_DEFINE_UNQUOTED(SYSTEM_PIXMAPS_DIR, "${packageprefix}/${systempixmapsdir}","" AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}","") -PKG_CHECK_MODULES(ETKXX, etkxx) +#PKG_CHECK_MODULES(ETKXX, etkxx) PKG_CHECK_MODULES(ESMARTXX_CONTAINER, esmartxx_container) PKG_CHECK_MODULES(ESMARTXX_GROUP, esmartxx_group) PKG_CHECK_MODULES(ESMARTXX_TEXTENTRY, esmartxx_textentry) PKG_CHECK_MODULES(EDJEXX, edjexx) PKG_CHECK_MODULES(EFL, eflxx) PKG_CHECK_MODULES(ECOREXX, ecorexx) - PKG_CHECK_MODULES(EETXX, eetxx) PKG_CHECK_MODULES(EWLXX, ewlxx) PKG_CHECK_MODULES(EMOTIONXX, emotionxx) @@ -136,9 +135,6 @@ src/esmartxx/group/Makefile src/esmartxx/textentry/Makefile src/eetxx/Makefile src/eetxx/simple_write_read/Makefile -src/etkxx/Makefile -src/etkxx/embed/Makefile -src/etkxx/simple/Makefile src/ewlxx/Makefile src/ewlxx/embed/Makefile src/ewlxx/simple/Makefile diff --git a/eflxx_examples/src/Makefile.am b/eflxx_examples/src/Makefile.am index a2adaeb..783f966 100644 --- a/eflxx_examples/src/Makefile.am +++ b/eflxx_examples/src/Makefile.am @@ -17,7 +17,6 @@ SUBDIRS = \ esmartxx \ ecorexx \ eetxx \ - etkxx \ ewlxx \ emotionxx \ debug \ --
