summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-15 04:34:51 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-15 04:34:51 -0600
commitf9c2aedbeba63c215d8ed20fc86d29f330632d48 (patch)
treec30fec07594a660ab64f9263250ecd0ef5c7a932 /system
parent7a5e27340a277846d2a98000ebb87be9a406cca7 (diff)
downloadGRE-f9c2aedbeba63c215d8ed20fc86d29f330632d48.tar.gz
Issue #17 - Actually build the progressui when not-Windows
Also, don't have a redundant conditional for the updater icon.
Diffstat (limited to 'system')
-rw-r--r--system/updater/app/moz.build7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/updater/app/moz.build b/system/updater/app/moz.build
index 32bfac2b3..aa4dcfa68 100644
--- a/system/updater/app/moz.build
+++ b/system/updater/app/moz.build
@@ -52,6 +52,8 @@ 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',
@@ -59,6 +61,8 @@ elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
]
OS_LIBS += CONFIG['NSPR_LIBS']
+
+ FINAL_TARGET_FILES.icons += ['updater.png']
else:
SOURCES += ['progressui_null.cpp']
@@ -93,9 +97,6 @@ DISABLE_STL_WRAPPING = True
CXXFLAGS += CONFIG['MOZ_BZ2_CFLAGS']
-if 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
- FINAL_TARGET_FILES.icons += ['updater.png']
-
# =============================================================================
GENERATED_FILES = [