[gcompris] macosx: replaced ige-mac-integration by gtk-mac-integration



commit 67f2da0c541cc73ae532b15a6df25e573bd6cd66
Author: Bruno Coudoin <bruno coudoin gcompris net>
Date:   Sat Jun 30 15:49:48 2012 +0200

    macosx: replaced ige-mac-integration by gtk-mac-integration
    
    This is the new official name for this library.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c894ece..a5b6a62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -129,9 +129,9 @@ _AM_DEPENDENCIES([OBJC])
 _gdk_tgt=`$PKG_CONFIG --variable=target gdk-2.0`
 AM_CONDITIONAL([GDK_TARGET_QUARTZ], [test x$_gdk_tgt = xquartz])
 if test "x$_gdk_tgt" = xquartz; then
-   PKG_CHECK_MODULES(IGE_MAC, ige-mac-integration)
-   AC_SUBST(IGE_MAC_LIBS)
-   AC_SUBST(IGE_MAC_CFLAGS)
+   PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration)
+   AC_SUBST(GTK_MAC_LIBS)
+   AC_SUBST(GTK_MAC_CFLAGS)
    AC_DEFINE_UNQUOTED(MAC_INTEGRATION, 1, [Integrate in the OSX Menu])
 fi
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]