summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-19 17:41:01 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-19 17:41:01 +0100
commitf9059d4eee8e53c0a6b531fff16e1fade58cb8b0 (patch)
tree47d4d29b51a96958d5aa0653dc3368e3d1be20e1 /np_sdk
parentb479f7f7675b8a539b35faaa6edcd282e09bba97 (diff)
Key all browser plugin features to --enable-nsplugin
...instead of having them spread across --enable-nsplugin (plug LO into browser windows) and --enable-mozilla (plug browser plugins into LO documents). The ultimate goal is to clean up the various configure options mentioning "mozilla" and WITH_MOZILLA. Change-Id: I6f4b1c3a5701424f586cc1e303af90c9d59a91b6
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/Module_np_sdk.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/np_sdk/Module_np_sdk.mk b/np_sdk/Module_np_sdk.mk
index 6ebba871eef6..81c374263a26 100644
--- a/np_sdk/Module_np_sdk.mk
+++ b/np_sdk/Module_np_sdk.mk
@@ -27,10 +27,11 @@
$(eval $(call gb_Module_Module,np_sdk))
-ifneq (,$(filter YES,$(ENABLE_NSPLUGIN) $(WITH_MOZILLA)))
+ifeq ($(ENABLE_NSPLUGIN),YES)
$(eval $(call gb_Module_add_targets,np_sdk,\
Package_inc \
+ StaticLibrary_nputils \
))
ifeq ($(SYSTEM_NPAPI_HEADERS),NO)
@@ -39,12 +40,6 @@ $(eval $(call gb_Module_add_targets,np_sdk,\
))
endif
-ifeq ($(ENABLE_NSPLUGIN),YES)
-$(eval $(call gb_Module_add_targets,np_sdk,\
- StaticLibrary_nputils \
-))
-endif
-
endif
# vim: set noet sw=4 ts=4: