Skip to content

Commit

Permalink
gtk-mac-integration -> gtk-mac-integration-gtk2
Browse files Browse the repository at this point in the history
  • Loading branch information
pirbo committed Feb 21, 2014
1 parent 2fe30ee commit c481757
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* version 2.01
** version for gtk-mac-integration > 2.0.5
* version 2.00
** version for gtk-mac-integration 2.0.0
* version 1.02
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It has been done using
- Ocaml 4.0
- findlib 1.33
- lablgtk2 2.16.0
- gtk-osx-integration 2.0.0 (build by jhbuild)
- gtk-osx-integration 2.0.6 (build by jhbuild)

The configure generation involves
- ocaml-autoconf 1.1
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT(lablgtkosx,2.00)
AC_INIT(lablgtkosx,2.01)

AC_PROG_CC

Expand All @@ -19,10 +19,10 @@ fi

AC_CHECK_OCAML_PKG(lablgtk2)

PKG_CHECK_MODULES([GTKOSX],gtk-mac-integration >= 2.0.0)
PKG_CHECK_MODULES([GTKOSX],gtk-mac-integration-gtk2 >= 2.0.0)

AC_COPYRIGHT([Pierre Boutillier 2012])
AC_REVISION(2.00)

AC_CONFIG_FILES([Makefile src/Makefile example/Info.plist META])
AC_OUTPUT
AC_OUTPUT
2 changes: 1 addition & 1 deletion src/ml_gtkosxapplication.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <wrappers.h>
#include <ml_gobject.h>
#include <ml_gdkpixbuf.h>
#include <gtkmacintegration/gtkosxapplication.h>
#include <gtkosxapplication.h>

// Copy/Paste of lablgtk2.14.2 that should be avoided
#define GtkWidget_val(val) check_cast(GTK_WIDGET,val)
Expand Down

0 comments on commit c481757

Please sign in to comment.