[php-directfb-cvs] PHP-DirectFB configure.ac,1.3,1.4 README,1.4,1.5
Status: Pre-Alpha
Brought to you by:
klan
From: Claudio C. <kl...@us...> - 2005-03-06 11:43:04
|
Update of /cvsroot/php-directfb/PHP-DirectFB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31926 Modified Files: configure.ac README Log Message: Updated API to DirectFB 0.9.22. Index: README =================================================================== RCS file: /cvsroot/php-directfb/PHP-DirectFB/README,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- README 29 Dec 2004 21:28:08 -0000 1.4 +++ README 6 Mar 2005 11:42:51 -0000 1.5 @@ -14,7 +14,7 @@ ------------ To compile and use PHP-DirectFB you need: - - DirectFB 0.9.21 or higher (get it at http://directfb.org) + - DirectFB 0.9.22 or higher (get it at http://directfb.org) - PHP 5.0.0 or higher CLI version (get it at http://php.net). Index: configure.ac =================================================================== RCS file: /cvsroot/php-directfb/PHP-DirectFB/configure.ac,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- configure.ac 29 Dec 2004 21:28:08 -0000 1.3 +++ configure.ac 6 Mar 2005 11:42:51 -0000 1.4 @@ -134,7 +134,7 @@ # # Check for DirectFB # -DIRECTFB_REQUIRED_VERSION=0.9.21 +DIRECTFB_REQUIRED_VERSION=0.9.22 AC_MSG_CHECKING( [for DirectFB >= $DIRECTFB_REQUIRED_VERSION] ) if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then DFB_CFLAGS=`$PKG_CONFIG --cflags directfb` |