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:
committed by
Matthias Clasen
parent
02dc8656e8
commit
8e02f5ff7a
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user