osx: Create bundles using homebrew

Just easier to maintain than jhbuild.

See https://github.com/TingPing/homebrew-gnome for deps.
This commit is contained in:
TingPing
2014-08-01 04:03:54 -04:00
parent 345c8a29ad
commit 422edd8812
4 changed files with 7 additions and 41 deletions

View File

@@ -216,7 +216,7 @@ dnl *********************************************************************
_gdk_tgt=`$PKG_CONFIG --variable=target gdk-2.0`
if test "x$_gdk_tgt" = xquartz; then
PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration, [
PKG_CHECK_MODULES(GTK_MAC, gtk-mac-integration-gtk2, [
GUI_LIBS="$GUI_LIBS $GTK_MAC_LIBS"
GUI_CFLAGS="$GUI_CFLAGS $GTK_MAC_CFLAGS"
AC_DEFINE(HAVE_GTK_MAC)