Enlightenment CVS committal Author : chaos Project : e17 Module : proto
Dir : e17/proto/entropy Modified Files: configure.in Log Message: Oops - forgot this =================================================================== RCS file: /cvs/e/e17/proto/entropy/configure.in,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- configure.in 16 Jul 2007 13:27:53 -0000 1.13 +++ configure.in 5 Aug 2007 08:02:08 -0000 1.14 @@ -192,6 +192,17 @@ ) AM_CONDITIONAL(HAVE_EWL, test "x$have_ewl" = "xyes") +#check for emotion +PKG_CHECK_MODULES(EMOTION, emotion >= 0.0.1, + [ have_emotion="yes" ], + [ + AC_MSG_WARN([No Emotion, can't build emotion plugins.]) + have_emotion="no" + ] +) +AM_CONDITIONAL(HAVE_EMOTION, test "x$have_emotion" = "xyes") + + #check for etk PKG_CHECK_MODULES(ETK, etk >= 0.1.0, [ have_etk="yes" ], ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs