summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-03 16:35:52 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-03 16:36:57 +0100
commit8829b7c91d2798bc91061ab81b32a08555785482 (patch)
tree7f9aeb37476106be4dfb53f8630bc2d07daa2f1d /Repository.mk
parent1cf3e446744ae679bc89b39dcbbcf6b4e9821f3a (diff)
build nsplugin also without mozilla as in 3-5 branch
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/Repository.mk b/Repository.mk
index a18cff9280b0..9d6ed2108989 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -124,13 +124,6 @@ $(eval $(call gb_Helper_register_executables,UREBIN,\
endif
-ifeq ($(WITH_MOZILLA),YES)
-$(eval $(call gb_Helper_register_executables,OOO,\
- pluginapp.bin \
-))
-$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
- pl \
-))
ifeq ($(ENABLE_NSPLUGIN),YES)
$(eval $(call gb_Helper_register_executables,OOO,\
nsplugin \
@@ -139,6 +132,14 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \
npsoplugin \
))
endif
+
+ifeq ($(WITH_MOZILLA),YES)
+$(eval $(call gb_Helper_register_executables,OOO,\
+ pluginapp.bin \
+))
+$(eval $(call gb_Helper_register_libraries,OOOLIBS, \
+ pl \
+))
endif # WITH_MOZILLA