Mercurial > sdl-ios-xcode
diff configure.in @ 382:74bdcae44bf5
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.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 29 May 2002 20:47:19 +0000 |
parents | bc1401311390 |
children | 469d5c0da01d |
line wrap: on
line diff
--- a/configure.in Tue May 28 20:01:29 2002 +0000 +++ b/configure.in Wed May 29 20:47:19 2002 +0000 @@ -768,7 +768,7 @@ 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`