mork and mozab only on DESKTOP

Change-Id: Idf8539992cbc52e848c2e7768551c156764b5cea
This commit is contained in:
Tor Lillqvist
2013-08-22 09:52:49 +03:00
parent fd74d4bd7f
commit 8bafd5471e
2 changed files with 4 additions and 0 deletions

View File

@@ -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 \

View File

@@ -294,10 +294,12 @@ endif
else
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
$(eval $(call gb_Rdb_add_components,services,\
connectivity/source/drivers/mork/mork \
connectivity/source/drivers/mozab/bootstrap/mozbootstrap \
))
endif # DESKTOP
endif # WNT