summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-27 16:51:05 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-27 18:09:02 +0100
commitb0253e343f7eb391c0be64311488f6ab673e1ae1 (patch)
tree7d64c73407ab208f9e7323a30d5293c3e009f9da /external
parent55407935f95086e6df81869ca01c8da16c83804a (diff)
normalize values of WITH_EXTRA_FONT/WITH_EXTRA_SAMPLE/etc.
Change-Id: I406669380ece23d2acd3e9df2731d7e486696778
Diffstat (limited to 'external')
-rw-r--r--external/accessories/Module_accessories.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/external/accessories/Module_accessories.mk b/external/accessories/Module_accessories.mk
index 1b0b1cf901af..9667256912dd 100644
--- a/external/accessories/Module_accessories.mk
+++ b/external/accessories/Module_accessories.mk
@@ -9,14 +9,14 @@
$(eval $(call gb_Module_Module,accessories))
-ifeq ($(WITH_EXTRA_FONT),YES)
+ifneq ($(WITH_EXTRA_FONT),)
$(eval $(call gb_Module_add_targets,accessories,\
ExternalPackage_extra_fonts \
UnpackedTarball_fonts_pack \
))
endif
-ifeq ($(WITH_EXTRA_GALLERY),YES)
+ifneq ($(WITH_EXTRA_GALLERY),)
$(eval $(call gb_Module_add_targets,accessories,\
UnpackedTarball_gallery_pack \
ExternalPackage_accessoriesgallery \
@@ -39,7 +39,7 @@ $(eval $(call gb_Module_add_targets,accessories,\
))
endif
-ifeq ($(WITH_EXTRA_SAMPLE),YES)
+ifneq ($(WITH_EXTRA_SAMPLE),)
$(eval $(call gb_Module_add_l10n_targets,accessories,\
AllLangPackage_accessoriessamples \
AllLangPackage_accessoriessamplesadvertisement \
@@ -54,7 +54,7 @@ $(eval $(call gb_Module_add_targets,accessories,\
))
endif
-ifeq ($(WITH_EXTRA_TEMPLATE),YES)
+ifneq ($(WITH_EXTRA_TEMPLATE),)
$(eval $(call gb_Module_add_l10n_targets,accessories,\
AllLangPackage_accessoriestemplates \
AllLangPackage_accessoriestemplateseducate \