summaryrefslogtreecommitdiff
path: root/cppunit
diff options
context:
space:
mode:
Diffstat (limited to 'cppunit')
-rw-r--r--cppunit/Module_cppunit.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppunit/Module_cppunit.mk b/cppunit/Module_cppunit.mk
index 32a3fb831cc8..53ed611fe0c1 100644
--- a/cppunit/Module_cppunit.mk
+++ b/cppunit/Module_cppunit.mk
@@ -9,6 +9,8 @@
$(eval $(call gb_Module_Module,cppunit))
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
+
ifeq ($(SYSTEM_CPPUNIT),NO)
$(eval $(call gb_Module_add_targets,cppunit,\
UnpackedTarball_cppunit \
@@ -17,4 +19,6 @@ $(eval $(call gb_Module_add_targets,cppunit,\
))
endif
+endif
+
# vim: set noet sw=4 ts=4: