diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-10 23:40:25 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-11 11:57:18 +0100 |
commit | 727e2e7190cf74db9933940285e36011de54d9a2 (patch) | |
tree | b345e06de0667f7585e166329f5a1b689c222ab5 /extras/Module_extras.mk | |
parent | 593ff642838e7167e1f9ad935ece7bf79337e662 (diff) |
normalize values of WITH_GALLERY_BUILD
... and remove the unimplemented "package" option.
Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
Diffstat (limited to 'extras/Module_extras.mk')
-rw-r--r-- | extras/Module_extras.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk index c84d77669ba3..a2c25b4b88fb 100644 --- a/extras/Module_extras.mk +++ b/extras/Module_extras.mk @@ -46,7 +46,7 @@ $(eval $(call gb_Module_add_l10n_targets,extras,\ AllLangPackage_autotextshare \ )) -ifeq ($(WITH_GALLERY_BUILD),YES) +ifneq ($(WITH_GALLERY_BUILD),) $(eval $(call gb_Module_add_targets,extras,\ Gallery_arrows \ Gallery_computers \ |