Enlightenment CVS committal Author : chaos Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon Modified Files: configure.in Log Message: * First checkin of the pdf thumbnailer =================================================================== RCS file: /cvs/e/e17/libs/epsilon/configure.in,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- configure.in 17 Jun 2007 15:25:50 -0000 1.28 +++ configure.in 25 Jun 2007 10:28:39 -0000 1.29 @@ -67,7 +67,10 @@ ] ) +epdf="" PKG_CHECK_MODULES(EDJE, [edje >= 0.5.0]) +PKG_CHECK_MODULES(EPDF, [epdf >= 0.1], epdf="yes",epdf="no") +AM_CONDITIONAL(HAVE_EPDF, test $epdf = "yes") xine="" AC_MSG_CHECKING(whether the xine thumbnailer was explicitly disabled) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs