gtkmacintegration name change
authorJoshua Pettus <jshpettus@gmail.com>
Tue, 10 Mar 2015 19:16:10 +0000 (15:16 -0400)
committerArun Persaud <arun@nubati.net>
Fri, 8 May 2015 15:04:24 +0000 (08:04 -0700)
with the last update the gtkmacintegration lib was renamed
gtkmacintegration-gtk2 to differentiate from gtk3

configure.ac
gtk/xboard.c
gtk/xoptions.c

index a168db1..5ee2a80 100644 (file)
@@ -476,7 +476,7 @@ dnl| add some libs for OS X
     fi
     FRONTEND_LIBS="$FRONTEND_LIBS -headerpad_max_install_names "
     if test x"$enable_OSXAPP" = x"yes" ; then
-        FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration"
+        FRONTEND_LIBS="$FRONTEND_LIBS -lgtkmacintegration-gtk2"
     fi
     FRONTEND_CFLAGS="$FRONTEND_CFLAGS -I/opt/local/include -L/opt/local/lib"
   ;;
index e3d32d0..c7454e2 100644 (file)
@@ -168,7 +168,7 @@ extern char *getenv();
 #include "draw.h"
 
 #ifdef OSXAPP
-#  include <gtkmacintegration/gtkosxapplication.h>
+#  include <gtkmacintegration-gtk2/gtkosxapplication.h>
    // prevent pathname of positional file argument provided by OS X being be mistaken for option name
    // (price is that we won't recognize Windows option format anymore).
 #  define SLASH '-'
index 48da90b..d1420ed 100644 (file)
@@ -52,7 +52,7 @@ extern char *getenv();
 #include <gtk/gtk.h>
 #include <gdk/gdkkeysyms.h>
 #ifdef OSXAPP
-#  include <gtkmacintegration/gtkosxapplication.h>
+#  include <gtkmacintegration-gtk2/gtkosxapplication.h>
 #endif
 
 #include "common.h"