Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas


Modified Files:
        configure.in 


Log Message:
loaders are now modules
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/configure.in,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- configure.in        14 Jan 2006 12:36:25 -0000      1.139
+++ configure.in        14 Jan 2006 19:59:46 -0000      1.140
@@ -613,6 +613,8 @@
   png_libs="-lpng -lz -lm"
 fi
 
+AM_CONDITIONAL(BUILD_LOADER_PNG, test x$have_png = xyes)
+
 #######################################
 ## JPEG
 have_jpeg="no";
@@ -646,6 +648,8 @@
   jpeg_libs="-ljpeg"
 fi
 
+AM_CONDITIONAL(BUILD_LOADER_JPEG, test x$have_jpeg = xyes)
+
 #######################################
 ## EET
 AC_ARG_WITH(eet-config, [   --with-eet-config=EET_CONFIG      use eet-config 
specified ],
@@ -712,6 +716,8 @@
   AC_MSG_RESULT(no)
 fi
 
+AM_CONDITIONAL(BUILD_LOADER_EET, test x$have_eet = xyes)
+
 #######################################
 ## EDB
 AC_ARG_WITH(edb-config, [   --with-edb-config=EDB_CONFIG      use edb-config 
specified ],
@@ -760,6 +766,8 @@
   AC_MSG_RESULT(no)
 fi
 
+AM_CONDITIONAL(BUILD_LOADER_EDB, test x$have_edb = xyes)
+
 #####################################################################
 ## Cpu based optimizations
 
@@ -1642,6 +1650,11 @@
 src/modules/engines/cairo_common/Makefile
 src/modules/engines/cairo_x11/Makefile
 src/modules/engines/xrender_x11/Makefile
+src/modules/loaders/Makefile
+src/modules/loaders/edb/Makefile
+src/modules/loaders/eet/Makefile
+src/modules/loaders/jpeg/Makefile
+src/modules/loaders/png/Makefile
 src/lib/include/Makefile
 proj/Makefile
 proj/win32_gdi/Makefile




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to