[devhelp] Adapt to new multibackend GDK (GNOME bug 638748)
- From: Frederic Peters <fpeters src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [devhelp] Adapt to new multibackend GDK (GNOME bug 638748)
 
- Date: Mon, 10 Jan 2011 12:59:55 +0000 (UTC)
 
commit 5dbfaa6d092a9301601dfaab25838ff20ad1aa19
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 10 13:58:44 2011 +0100
    Adapt to new multibackend GDK (GNOME bug 638748)
    
    This it not quite correct but it will make things work until we actually meet
    a multi-backend gtk in the wild.
 acinclude.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/acinclude.m4 b/acinclude.m4
index ccbcb48..56aa3a2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,5 +1,5 @@
 AC_DEFUN([IGE_PLATFORM_CHECK],[
-    gdk_target=`$PKG_CONFIG --variable=target gtk+-3.0`
+    gdk_target=`$PKG_CONFIG --variable=targets gtk+-3.0`
 
     if test "x$gdk_target" = "xquartz"; then
         AC_MSG_CHECKING([checking for Mac OS X support])
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]