From 7a5e27340a277846d2a98000ebb87be9a406cca7 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Tue, 15 Feb 2022 04:33:26 -0600 Subject: Revert "Issue #17 - Actually build the progressui when not-Windows" This reverts commit 1881ac068ab227c905d7c306fb0b69f543cea8b5. --- system/updater/app/moz.build | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/system/updater/app/moz.build b/system/updater/app/moz.build index 30ba3777c..32bfac2b3 100644 --- a/system/updater/app/moz.build +++ b/system/updater/app/moz.build @@ -52,8 +52,6 @@ elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: CXXFLAGS += CONFIG['TK_CFLAGS'] OS_LIBS += CONFIG['TK_LIBS'] - SOURCES += 'progressui_gtk.cpp' - if CONFIG['MOZ_VERIFY_MAR_SIGNATURE']: USE_LIBS += [ 'nss', @@ -61,8 +59,6 @@ elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: ] OS_LIBS += CONFIG['NSPR_LIBS'] - - FINAL_TARGET_FILES.icons += ['updater.png'] else: SOURCES += ['progressui_null.cpp'] @@ -97,6 +93,9 @@ DISABLE_STL_WRAPPING = True CXXFLAGS += CONFIG['MOZ_BZ2_CFLAGS'] +if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']: + FINAL_TARGET_FILES.icons += ['updater.png'] + # ============================================================================= GENERATED_FILES = [ -- cgit v1.2.3