[gedit] gtk-mac-integration support fix



commit bda49a94fb9ab647778a37868b95e3684b022e6e
Author: Tom Schoonjans <Tom Schoonjans bam de>
Date:   Wed Jun 24 12:54:38 2015 +0200

    gtk-mac-integration support fix
    
    The last release of gtk-mac-integration offers simultaneous support for
    both gtk2 and gtk3, a feature that was accomplished by providing two
    pkg-config files: gtk-mac-integration-gtk2.pc and
    gtk-mac-integration-gtk3.pc. gtk-mac-integration.pc still exists though
    and will by default link to gtk-mac-integration-gtk2.pc which is not
    suitable for gedit.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 271f3fc..147d31d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -157,7 +157,7 @@ AC_SUBST(DEFAULT_PRINT_FONT)
 if test "$os_osx" = "yes"; then
        AC_DEFINE([OS_OSX],[1],[Defined if os is Mac OSX])
 
-       PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration)
+       PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration-gtk3 >= 2.0.8)
 
        AC_SUBST(GTK_MAC_CFLAGS)
        AC_SUBST(GTK_MAC_LIBS)


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