[Libreoffice-commits] core.git: Repository.mk

Tor Lillqvist tml at iki.fi
Mon Aug 26 09:53:38 PDT 2013


 Repository.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 674fa5d51111f09b64c781bf90a5c2c7f456695d
Author: Tor Lillqvist <tml at iki.fi>
Date:   Mon Aug 26 19:47:19 2013 +0300

    ENABLE_NPAPI_FROM_BROWSER is YES or NO, not YES or empty
    
    Change-Id: I991f7b97cbe3ba178eaca9e2316cd7e4bff0ebe0

diff --git a/Repository.mk b/Repository.mk
index 25abdbd..75ed517 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -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 \


More information about the Libreoffice-commits mailing list