summaryrefslogtreecommitdiff
path: root/desktop/Module_desktop.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-01-16 11:56:35 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-01-16 16:52:57 +0200
commit38bb16572873ca46d83fbe3b0877eb2088347135 (patch)
tree76a4445bd13dd3191a4a79e496253b38fc2e2276 /desktop/Module_desktop.mk
parent08651bcc738928cc20afd84b02c4307b590794c3 (diff)
Include soffice.bin but exclude Executable_unopkg.bin for non-desktop OSes
Not that I know if soffice.bin as it currently is will make sense on Android or iOS eventually, but just for experimentation... Don't bother with Library_unopkgapp for non-desktop OSes as we don't build Executable_unopkg.bin for them either.
Diffstat (limited to 'desktop/Module_desktop.mk')
-rw-r--r--desktop/Module_desktop.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk
index 17fe079cde37..6b016d5eaa72 100644
--- a/desktop/Module_desktop.mk
+++ b/desktop/Module_desktop.mk
@@ -41,11 +41,11 @@ $(eval $(call gb_Module_add_targets,desktop,\
AllLangResTarget_deployment \
AllLangResTarget_deploymentgui \
AllLangResTarget_dkt \
+ Executable_soffice.bin \
Library_deploymentmisc \
Library_offacc \
Library_sofficeapp \
Library_spl \
- Library_unopkgapp \
Package_branding \
Package_intro \
Zip_brand \
@@ -55,12 +55,12 @@ $(eval $(call gb_Module_add_targets,desktop,\
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Module_add_targets,desktop,\
- Executable_soffice.bin \
Executable_unopkg.bin \
Library_deployment \
Library_deploymentgui \
Library_migrationoo2 \
Library_migrationoo3 \
+ Library_unopkgapp \
Package_scripts \
Pagein_calc \
Pagein_common \