summaryrefslogtreecommitdiff
path: root/instsetoo_native/Module_instsetoo_native.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-26 16:03:12 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-26 16:03:44 +0100
commit233cccfe31135d77815e4c09374a18238310cc68 (patch)
tree7e9c2d31596c05b6c14862a4221eb86d10e806f4 /instsetoo_native/Module_instsetoo_native.mk
parent4e14439b065d3f36823029bb1a314dad5af73821 (diff)
Move instdir-only ooenv into its own Package
Change-Id: I399f4c5c6618dd151bd649f07e1b9d661e224324
Diffstat (limited to 'instsetoo_native/Module_instsetoo_native.mk')
-rw-r--r--instsetoo_native/Module_instsetoo_native.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/instsetoo_native/Module_instsetoo_native.mk b/instsetoo_native/Module_instsetoo_native.mk
index 15662503d3cc..cde68596b7f8 100644
--- a/instsetoo_native/Module_instsetoo_native.mk
+++ b/instsetoo_native/Module_instsetoo_native.mk
@@ -21,6 +21,7 @@ $(eval $(call gb_Module_add_targets,instsetoo_native,\
CustomTarget_setup \
Package_setup \
Package_setup_ure \
+ $(if $(ENABLE_OOENV),Package_instsetoo_native_ooenv) \
))
# vim: set noet sw=4 ts=4: