Kaydet (Commit) 674fa5d5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

ENABLE_NPAPI_FROM_BROWSER is YES or NO, not YES or empty

Change-Id: I991f7b97cbe3ba178eaca9e2316cd7e4bff0ebe0
üst 5af6437f
...@@ -300,7 +300,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ ...@@ -300,7 +300,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
offacc \ offacc \
passwordcontainer \ passwordcontainer \
pcr \ pcr \
$(if $(ENABLE_NPAPI_FROM_BROWSER),pl) \ $(if $(filter YES,$(ENABLE_NPAPI_FROM_BROWSER)),pl) \
pdffilter \ pdffilter \
$(if $(DISABLE_SCRIPTING),,protocolhandler) \ $(if $(DISABLE_SCRIPTING),,protocolhandler) \
res \ res \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment