Bug 1429019 - Remove QT support code's reference. r?sylvestre draft
authorMatthieuBaratte <dev.mbar@gmail.com>
Mon, 29 Jan 2018 14:40:28 +0100
changeset 748266 7c1e2c977beb5b0521f8d37632ad193a27eaba08
parent 723542 e5c5f1c891e2a65e5d77cab5a377ebc2a27c635f
push id97107
push userbmo:dev.mbar@gmail.com
push dateMon, 29 Jan 2018 13:46:19 +0000
reviewerssylvestre
bugs1429019
milestone59.0a1
Bug 1429019 - Remove QT support code's reference. r?sylvestre MozReview-Commit-ID: KFa6uF1cUm0
toolkit/mozapps/installer/upload-files.mk
--- a/toolkit/mozapps/installer/upload-files.mk
+++ b/toolkit/mozapps/installer/upload-files.mk
@@ -7,21 +7,25 @@ ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
 MOZ_PKG_FORMAT  = DMG
 else
 ifeq (,$(filter-out WINNT, $(OS_ARCH)))
 MOZ_PKG_FORMAT  = ZIP
 else
 ifeq (,$(filter-out SunOS, $(OS_ARCH)))
    MOZ_PKG_FORMAT  = BZ2
 else
-  ifeq (android,$(MOZ_WIDGET_TOOLKIT))
-    MOZ_PKG_FORMAT = APK
-  else
-    MOZ_PKG_FORMAT = TGZ
-  endif
+   ifeq (,$(filter-out gtk3, $(MOZ_WIDGET_TOOLKIT)))
+      MOZ_PKG_FORMAT  = BZ2
+   else
+      ifeq (android,$(MOZ_WIDGET_TOOLKIT))
+          MOZ_PKG_FORMAT = APK
+      else
+          MOZ_PKG_FORMAT = TGZ
+      endif
+   endif
 endif
 endif
 endif
 endif # MOZ_PKG_FORMAT
 
 ifeq ($(OS_ARCH),WINNT)
 INSTALLER_DIR   = windows
 endif