summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-22 23:19:22 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-22 23:21:22 +0200
commitfd56eb98e63b4aac12c9633d5847a3fb964f326d (patch)
treea11fd2818e25e2048ab163edad9dfefd6215f910 /vcl/Module_vcl.mk
parent3eaa536ae457391c3826be50b0361f8d0c13cdd3 (diff)
Not using NativeActivity means no lo_main() stuff used either
Hopefully also fixes build for iOS by re-introducing checks for DESKTOP. Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd. Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index f340800db0b8..116e81544e11 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -24,8 +24,9 @@ $(eval $(call gb_Module_add_targets,vcl,\
CustomTarget_afm_hash \
Library_vcl \
Package_inc \
- StaticLibrary_vclmain \
- Executable_ui-previewer \
+ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
+ StaticLibrary_vclmain \
+ Executable_ui-previewer) \
UI_vcl \
))