summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b8bbf3662..791a5f8ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -886,7 +886,7 @@ AC_ARG_ENABLE(directfb,
enable_directfb=$enableval,
enable_directfb=no)
- DIRECTFB_REQUIRED_VERSION=0.9.9
+ DIRECTFB_REQUIRED_VERSION=0.9.22
if test x$enable_directfb = "xyes"; then
AC_MSG_CHECKING(for DirectFB)
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then