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 /external | |
parent | 593ff642838e7167e1f9ad935ece7bf79337e662 (diff) |
normalize values of WITH_GALLERY_BUILD
... and remove the unimplemented "package" option.
Change-Id: I2b0cfcdc040b653fe0c4cd061ae4e0d7f745068c
Diffstat (limited to 'external')
-rw-r--r-- | external/Module_external.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/Module_external.mk b/external/Module_external.mk index 3fa5501e1819..e9e90c47acfe 100644 --- a/external/Module_external.mk +++ b/external/Module_external.mk @@ -92,7 +92,7 @@ $(eval $(call gb_Module_add_moduledirs,external,\ $(call gb_Helper_optional,XSLTML,xsltml) \ $(call gb_Helper_optional,ZLIB,zlib) \ $(call gb_Helper_optional_for_host,DESKTOP, \ - $(if $(filter YES,$(WITH_GALLERY_BUILD)), \ + $(if $(WITH_GALLERY_BUILD), \ $(call gb_Helper_optional,HARFBUZZ,harfbuzz) \ $(call gb_Helper_optional,LCMS2,lcms2) \ $(call gb_Helper_optional,NSS,nss) \ |