Enlightenment CVS committal Author : kwo Project : e16 Module : e
Dir : e16/e Modified Files: configure.in e.spec Log Message: Require imlib2 >= 1.2.0. =================================================================== RCS file: /cvsroot/enlightenment/e16/e/configure.in,v retrieving revision 1.109 retrieving revision 1.110 diff -u -3 -r1.109 -r1.110 --- configure.in 12 Feb 2005 20:22:48 -0000 1.109 +++ configure.in 20 Feb 2005 17:24:35 -0000 1.110 @@ -134,6 +134,9 @@ LDFLAGS="$LDFLAGS -L$prefix/lib" +PKG_CHECK_MODULES(IMLIB2, imlib2 >= 1.2.0, have_imlib2=yes, + AC_MSG_ERROR(["Imlib2 version >= 1.2.0 not found."]) +) IMLIB_LIBS=`imlib2-config --libs` IMLIB_CFLAGS=`imlib2-config --cflags` AC_SUBST(IMLIB_LIBS) =================================================================== RCS file: /cvsroot/enlightenment/e16/e/e.spec,v retrieving revision 1.181 retrieving revision 1.182 diff -u -3 -r1.181 -r1.182 --- e.spec 12 Feb 2005 16:35:07 -0000 1.181 +++ e.spec 20 Feb 2005 17:24:35 -0000 1.182 @@ -14,6 +14,7 @@ Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Obsoletes: enlightenment < 0.16.8 +Requires: imlib2 >= 1.2.0 %description Enlightenment is a window manager for the X Window System that ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs