summaryrefslogtreecommitdiff
path: root/unoidl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-18 12:00:20 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-18 12:00:35 +0300
commit032944e08891736559434eac04600742fe57dbf0 (patch)
tree2e52aca1b080fef0a8bf13f1aa969a1a6f86ceb6 /unoidl
parent05b85c4b830174b8dd2141c7b71e69ff7243a4bf (diff)
Executable_unoidl-read needed only for DESKTOP platforms
Change-Id: Id1edf4fcebfe0d839162adb442695e9ce39e3f75
Diffstat (limited to 'unoidl')
-rw-r--r--unoidl/Module_unoidl.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk
index 308ccf1cd0ca..93f816493774 100644
--- a/unoidl/Module_unoidl.mk
+++ b/unoidl/Module_unoidl.mk
@@ -10,7 +10,8 @@
$(eval $(call gb_Module_Module,unoidl))
$(eval $(call gb_Module_add_targets,unoidl, \
- Executable_unoidl-read \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+ Executable_unoidl-read) \
Library_unoidl \
))