[Libreoffice-commits] core.git: postprocess/Rdb_services.mk
Matúš Kukan
matus.kukan at gmail.com
Fri May 3 17:36:09 PDT 2013
postprocess/Rdb_services.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 04353c273142fba62ea9b5fe62d66ee8e13814a2
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sat May 4 02:26:03 2013 +0200
spl is not built in enable headless mode
Change-Id: I12875ef7ced2a0a80d9c5b6081d8eeb5ae96121f
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk
index 58bb368..be86ff7 100644
--- a/postprocess/Rdb_services.mk
+++ b/postprocess/Rdb_services.mk
@@ -276,7 +276,7 @@ $(eval $(call gb_Rdb_add_components,services,\
desktop/source/migration/services/migrationoo2 \
desktop/source/migration/services/migrationoo3 \
desktop/source/offacc/offacc \
- desktop/source/splash/spl \
+ $(if $(ENABLE_HEADLESS),,desktop/source/splash/spl) \
extensions/source/abpilot/abp \
extensions/source/bibliography/bib \
extensions/source/config/ldap/ldapbe2 \
More information about the Libreoffice-commits
mailing list