Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e Modified Files: TODO configure.in Log Message: ehack is baaack! :) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/TODO,v retrieving revision 1.131 retrieving revision 1.132 diff -u -3 -r1.131 -r1.132 --- TODO 2 Jun 2005 09:49:07 -0000 1.131 +++ TODO 2 Jun 2005 14:56:06 -0000 1.132 @@ -57,7 +57,6 @@ * add locale and encoding fields to eapp files (to launch eapp in that locale+encoding) * add input method selector stuff to eapp - same as locale -* libechack needs to come back - and execute all things with libehack preloads active * get all libehack properties if they exist * titlebar/border expansion/gadget panel for moduels to put window widgets in * add actions to flip desktops on a given zone and/or container only =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/configure.in,v retrieving revision 1.68 retrieving revision 1.69 diff -u -3 -r1.68 -r1.69 --- configure.in 2 Jun 2005 14:15:17 -0000 1.68 +++ configure.in 2 Jun 2005 14:56:06 -0000 1.69 @@ -94,6 +94,22 @@ AC_DEFINE_UNQUOTED(LOCALE_DIR, "${datadir}/locale", "Locale directory") fi +x_dir="" +x_cflags="" +x_libs="" +AC_PATH_XTRA +AC_CHECK_HEADER(X11/X.h, + [ + x_dir=${x_dir:-/usr/X11R6} + x_cflags=${x_cflags:--I${x_includes:-$x_dir/include}} + x_libs="${x_libs:--L${x_libraries:-$x_dir/lib}} -lX11 -lXext" + ],[ + AC_MSG_ERROR([Cannot find X headers and libraries.]) + ] +) +AC_SUBST(x_cflags) +AC_SUBST(x_libs) + ALL_LINGUAS="bg de es fi fr ja pl pt ru zh_CN hu sl it cs" AM_GNU_GETTEXT([external]) @@ -218,6 +234,7 @@ src/modules/cpufreq/Makefile src/modules/ibox/Makefile src/modules/start/Makefile +src/preload/Makefile data/Makefile data/fonts/Makefile data/images/Makefile ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs