diff options
author | Michael Emmel <mike.emmel@gmail.com> | 2006-06-14 21:54:25 +0000 |
---|---|---|
committer | Michael David Emmel <memmel@src.gnome.org> | 2006-06-14 21:54:25 +0000 |
commit | 0799004f58324d67b637e85c98c50f97624e98cd (patch) | |
tree | 2db8445d5e2359c8175f15c54c5516fcc9f3f618 /configure.in | |
parent | 67b0b6465335de810f184bde31b35854ad9f22d5 (diff) | |
download | gtk+-0799004f58324d67b637e85c98c50f97624e98cd.tar.gz |
updated mininum dfb to 0.9.24 added more directfb wrapper functions
2006-06-14 Michael Emmel <mike.emmel@gmail.com>
* configure.in: updated mininum dfb to 0.9.24
* gdk/directfb/gdkdirectfb.h: added more directfb wrapper functions
* gdk/directfb/gdkdrawable-directfb.c: wrapper functions and patch from
Claudio Ciccani <klan@users.sf.net> to use a subsurface for cairo
* gdk/directfb/gdkvisual-directfb.c: changed initalization sequence
* gdk/directfb/gdkwindow-directfb.c: corrected reparent for toplevels
* gdk/directfb/gdkdisplay-directfb.c: changed initilization sequence
to a more rational order
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 7e17b3ce4a..f0e770c962 100644 --- a/configure.in +++ b/configure.in @@ -1406,7 +1406,7 @@ else fi if test "x$gdktarget" = "xdirectfb"; then - DIRECTFB_REQUIRED_VERSION=0.9.21 + DIRECTFB_REQUIRED_VERSION=0.9.24 AC_MSG_CHECKING(for DirectFB) if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb ; then |