Updated SDL DirectFB backend for DirectFB version 0.9.7

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40220
This commit is contained in:
Sam Lantinga 2001-11-01 16:21:40 +00:00
parent 9dbf9e7151
commit 46f0e7c9bd
2 changed files with 12 additions and 3 deletions

View file

@ -704,7 +704,7 @@ CheckDirectFB()
AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])
fi
DIRECTFB_REQUIRED_VERSION=0.9.5
DIRECTFB_REQUIRED_VERSION=0.9.7
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then
DIRECTFB_CFLAGS=`$PKG_CONFIG --cflags directfb`