summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_registry.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-08-22 09:52:49 +0300
committerTor Lillqvist <tml@iki.fi>2013-08-22 09:52:49 +0300
commit8bafd5471ed2e85a82f412a742feae76b2fd7d70 (patch)
tree4f80c68fa2c2ee2994204a4f3a2f2aa17aaa9a36 /postprocess/CustomTarget_registry.mk
parentfd74d4bd7f9886f54b3a4fbbd114045e014187a9 (diff)
mork and mozab only on DESKTOP
Change-Id: Idf8539992cbc52e848c2e7768551c156764b5cea
Diffstat (limited to 'postprocess/CustomTarget_registry.mk')
-rw-r--r--postprocess/CustomTarget_registry.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 10af27bf4630..8b9dd008a43f 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -288,10 +288,12 @@ postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/DataAccess/Dr
postprocess_DRIVERS += mozab
endif
else ifeq (DBCONNECTIVITY,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
+ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/DataAccess/Drivers-mork.xcu
postprocess_DRIVERS += mork
endif
endif
+endif
ifeq (MACOSX,$(OS))
postprocess_FILES_main += \
$(postprocess_MOD)/org/openoffice/Office/DataAccess/Drivers-macab.xcu \