Enlightenment CVS committal Author : tilman Project : e17 Module : libs/edje
Dir : e17/libs/edje Modified Files: configure.in Log Message: use pkg-config to detect ecore =================================================================== RCS file: /cvs/e/e17/libs/edje/configure.in,v retrieving revision 1.76 retrieving revision 1.77 diff -u -3 -r1.76 -r1.77 --- configure.in 21 Mar 2007 02:52:40 -0000 1.76 +++ configure.in 21 Mar 2007 15:36:26 -0000 1.77 @@ -78,12 +78,12 @@ ] ) -AC_PATH_GENERIC(ecore, 0.9.9, - [ ], - [ AC_MSG_ERROR(Ecore isn't installed) ], -) - -PKG_CHECK_MODULES(EDJE, [evas >= 0.9.9 eet >= 0.9.10 embryo >= 0.9.1]) +PKG_CHECK_MODULES(EDJE, [ + evas >= 0.9.9 + ecore-evas >= 0.9.9 + eet >= 0.9.10 + embryo >= 0.9.1 +]) embryoincludedir=$(pkg-config --variable=embryoincludedir embryo) AC_SUBST(embryoincludedir) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs