summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-02-15 04:33:26 -0600
committerMatt A. Tobin <email@mattatobin.com>2022-02-15 04:33:26 -0600
commit7a5e27340a277846d2a98000ebb87be9a406cca7 (patch)
treebed6dad0a0a77a2f17b0a29a841e3fbeb704f1a0
parent1881ac068ab227c905d7c306fb0b69f543cea8b5 (diff)
downloadGRE-7a5e27340a277846d2a98000ebb87be9a406cca7.tar.gz
Revert "Issue #17 - Actually build the progressui when not-Windows"
This reverts commit 1881ac068ab227c905d7c306fb0b69f543cea8b5.
-rw-r--r--system/updater/app/moz.build7
1 files 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 = [