Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas Modified Files: configure.in Log Message: jose's xpm loader. =================================================================== RCS file: /cvs/e/e17/libs/evas/configure.in,v retrieving revision 1.172 retrieving revision 1.173 diff -u -3 -r1.172 -r1.173 --- configure.in 23 Jul 2006 21:40:03 -0000 1.172 +++ configure.in 12 Aug 2006 09:16:30 -0000 1.173 @@ -883,6 +883,33 @@ AM_CONDITIONAL(BUILD_LOADER_TIFF, test x$have_tiff = xyes) +####################################### +## XPM +have_xpm="yes"; +AC_MSG_CHECKING(whether to enable xpm image loader) + +AC_ARG_ENABLE(image-loader-xpm, + [ --enable-image-loader-xpm enable XPM image loader], [ + if test x"$enableval" = x"yes" ; then + AC_MSG_RESULT(yes) + have_xpm="yes" + else + AC_MSG_RESULT(no) + have_xpm="no" + fi + ], [ + AC_MSG_RESULT($have_xpm) + ] +) +if test "x$have_xpm" = "xyes"; then + AC_MSG_RESULT($have_xpm) +fi + +xpm_cflags="" +xpm_libs="" + +AM_CONDITIONAL(BUILD_LOADER_XPM, test x$have_xpm = xyes) + ##################################################################### ## Cpu based optimizations @@ -1714,6 +1741,8 @@ AC_SUBST(edb_libs) AC_SUBST(tiff_cflags) AC_SUBST(tiff_libs) +AC_SUBST(xpm_cflags) +AC_SUBST(xpm_libs) # Build the list of required libs for evas.pc.in. Only works for libs # which install a .pc file of course @@ -1787,6 +1816,7 @@ src/modules/loaders/jpeg/Makefile src/modules/loaders/png/Makefile src/modules/loaders/tiff/Makefile +src/modules/loaders/xpm/Makefile src/modules/savers/Makefile src/modules/savers/edb/Makefile src/modules/savers/eet/Makefile @@ -1837,6 +1867,7 @@ echo " EET.....................: $have_eet" echo " EDB.....................: $have_edb" echo " TIFF....................: $have_tiff" +echo " XPM.....................: $have_xpm" # FIXME: need to add modular image loader system # FIXME: add more image loader modules echo ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs