diff options
author | Timo Dörr <timo@latecrew.de> | 2012-05-15 21:07:38 +0200 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2012-06-03 12:35:55 +0200 |
commit | d71b1031124424fcfa226536c57a4575a635ad7c (patch) | |
tree | af5362dfd031b20be1c7167839569302210992d7 /build/m4 | |
parent | aaa117289de872f79f01dbedae47e1b83f2b7f97 (diff) |
osx: Switch from ige-mac-integration to gtk-mac-integration (bgo#674576)
Update DllImport references to new gtkmacintegration libs and update the
ige_* symbols to gtk_* symbols.
We're still using the old (deprecated) Carbon-based gtk-mac-integration
API instead of the proposed GtkOSXApplication API, which resides in the
same library.
Also update Hyena to the latest git master, to get rid of unneeded
references to libigemacintegration.
Signed-off-by: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Diffstat (limited to 'build/m4')
-rw-r--r-- | build/m4/banshee/osx.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/m4/banshee/osx.m4 b/build/m4/banshee/osx.m4 index bc841f37e..4eee7cc1e 100644 --- a/build/m4/banshee/osx.m4 +++ b/build/m4/banshee/osx.m4 @@ -3,7 +3,7 @@ AC_DEFUN([BANSHEE_CHECK_OSX], enable_osx="no" if test "x${host_os%${host_os#??????}}" = "xdarwin"; then enable_osx="yes" - PKG_CHECK_MODULES(IGEMACINTEGRATION, ige-mac-integration >= 0.8.6) + PKG_CHECK_MODULES(GTKMACINTEGRATION, gtk-mac-integration >= 1.0.1) PKG_CHECK_MODULES(MONOMAC, monomac >= 0.7) MONOMAC_ASSEMBLIES=`$PKG_CONFIG --variable=Libraries monomac` AC_SUBST(MONOMAC_LIBS) |