diff options
author | Sven Neumann <sven@gimp.org> | 2009-02-18 17:38:19 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2009-02-18 17:38:19 +0000 |
commit | 987cd43aca89796cac5d051daaff810619e282bd (patch) | |
tree | b48ba2177263880dd052fd8917b148e8a7ce2ef3 /configure.in | |
parent | c53101ad95da0fabc0f37072982cdbc5a94f8c17 (diff) | |
download | gtk+-987cd43aca89796cac5d051daaff810619e282bd.tar.gz |
depend on DirectFB >= 1.0.0. There's no point in using an earlier
2009-02-18 Sven Neumann <sven@gimp.org>
* configure.in: depend on DirectFB >= 1.0.0. There's no point in
using an earlier development version.
svn path=/trunk/; revision=22359
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b564ba35a7..a933ffe998 100644 --- a/configure.in +++ b/configure.in @@ -1622,7 +1622,7 @@ AC_SUBST(GDK_PIXBUF_XLIB_DEP_LIBS) AC_SUBST(GDK_PIXBUF_XLIB_DEP_CFLAGS) if test "x$gdktarget" = "xdirectfb"; then - DIRECTFB_REQUIRED_VERSION=0.9.24 + DIRECTFB_REQUIRED_VERSION=1.0.0 AC_MSG_CHECKING(for DirectFB) if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb && $PKG_CONFIG --exists cairo-directfb ; then |