Fix the directfb cairo test. (#394855, Josselin Mouette)

2007-01-09  Matthias Clasen  <mclasen@redhat.com>

        * configure.in: Fix the directfb cairo test. (#394855,
        Josselin Mouette)



svn path=/trunk/; revision=17125
This commit is contained in:
Matthias Clasen
2007-01-10 04:51:27 +00:00
committed by Matthias Clasen
parent 02dc8656e8
commit 8e02f5ff7a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-01-09 Matthias Clasen <mclasen@redhat.com>
* configure.in: Fix the directfb cairo test. (#394855,
Josselin Mouette)
2007-01-09 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Fix comment for --with-included-loaders. That option

View File

@@ -1391,7 +1391,7 @@ if test "x$gdktarget" = "xdirectfb"; then
DIRECTFB_REQUIRED_VERSION=0.9.24
AC_MSG_CHECKING(for DirectFB)
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb -a $PKG_CONFIG --exists cairo-directfb ; then
if $PKG_CONFIG --atleast-version $DIRECTFB_REQUIRED_VERSION directfb && $PKG_CONFIG --exists cairo-directfb ; then
AC_MSG_RESULT(found)
GDK_EXTRA_CFLAGS="`$PKG_CONFIG --cflags cairo-directfb` $GDK_EXTRA_CFLAGS"
GDK_EXTRA_LIBS="`$PKG_CONFIG --libs cairo-directfb` $GDK_EXTRA_LIBS"