Date: Wed, 29 May 2002 17:37:19 +0200

From: Denis Oliver Kropp <dok@directfb.org>
Subject: DirectFB 0.9.11

Hi,

we had some API enhancements in keyboard handling.
We support full unicode now and have support for
keyboard mappings. I've attached a patch to have
SDL compile with the upcoming (monday?) DirectFB 0.9.11.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40383
This commit is contained in:
Sam Lantinga 2002-05-29 20:47:19 +00:00
parent 922e3fe2c4
commit 89f4584aa2
2 changed files with 84 additions and 93 deletions

View file

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