ENABLE_NPAPI_FROM_BROWSER is YES or NO, not YES or empty

Change-Id: I991f7b97cbe3ba178eaca9e2316cd7e4bff0ebe0
This commit is contained in:
Tor Lillqvist
2013-08-26 19:47:19 +03:00
parent 5af6437f6b
commit 674fa5d511

View File

@@ -300,7 +300,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
offacc \
passwordcontainer \
pcr \
$(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \
$(if $(filter YES,$(ENABLE_NPAPI_FROM_BROWSER)),pl) \
pdffilter \
$(if $(DISABLE_SCRIPTING),,protocolhandler) \
res \