From 6408d95bd756acb06fb679c3b30f1a31af761008 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Sun, 21 Feb 2010 16:17:01 -0800 Subject: [PATCH] Bug 547499 - Mac packaged builds are completely broken by not packaging libwidget_mac.dylib, r=KaiRo --- suite/installer/package-manifest.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/suite/installer/package-manifest.in b/suite/installer/package-manifest.in index 06ad7038ae..f03b954703 100644 --- a/suite/installer/package-manifest.in +++ b/suite/installer/package-manifest.in @@ -240,7 +240,7 @@ #ifdef MOZ_GTK2 @BINPATH@/components/@DLL_PREFIX@widget_gtk2@DLL_SUFFIX@ #elifdef XP_MACOSX -@BINPATH@/components/@DLL_PREFIX@widget_cocoa@DLL_SUFFIX@ +@BINPATH@/components/@DLL_PREFIX@widget_mac@DLL_SUFFIX@ #elifdef XP_OS2 @BINPATH@/components/@DLL_PREFIX@wdgtos2@DLL_SUFFIX@ #endif @@ -432,6 +432,9 @@ bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@ @BINPATH@/components/webbrowserpersist.xpt @BINPATH@/components/webshell_idls.xpt @BINPATH@/components/widget.xpt +#ifdef XP_MACOSX +@BINPATH@/components/widget_cocoa.xpt +#endif @BINPATH@/components/windowds.xpt @BINPATH@/components/windowwatcher.xpt @BINPATH@/components/xpautocomplete.xpt