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
This commit is contained in:

committed by
Sven Neumann

parent
c53101ad95
commit
987cd43aca
@ -1,3 +1,8 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2009-02-18 Sven Neumann <sven@gimp.org>
|
2009-02-18 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
Bug 554407 – directfb backend does not implement GdkWindowImpl
|
Bug 554407 – directfb backend does not implement GdkWindowImpl
|
||||||
|
@ -1622,7 +1622,7 @@ AC_SUBST(GDK_PIXBUF_XLIB_DEP_LIBS)
|
|||||||
AC_SUBST(GDK_PIXBUF_XLIB_DEP_CFLAGS)
|
AC_SUBST(GDK_PIXBUF_XLIB_DEP_CFLAGS)
|
||||||
|
|
||||||
if test "x$gdktarget" = "xdirectfb"; then
|
if test "x$gdktarget" = "xdirectfb"; then
|
||||||
DIRECTFB_REQUIRED_VERSION=0.9.24
|
DIRECTFB_REQUIRED_VERSION=1.0.0
|
||||||
AC_MSG_CHECKING(for DirectFB)
|
AC_MSG_CHECKING(for DirectFB)
|
||||||
|
|
||||||
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb && $PKG_CONFIG --exists cairo-directfb ; then
|
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb && $PKG_CONFIG --exists cairo-directfb ; then
|
||||||
|
Reference in New Issue
Block a user