summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-02 19:51:06 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-03 09:43:36 +0300
commit323f755ddd1ac0709aae468a6670b1803e70c446 (patch)
tree34a032b650a6ac37e5d52f4ed5dd072243ddda83
parent6e495b9b8ab931a970127882530946ed9ba3dfd9 (diff)
Do bypass form stuff for iOS too
Change-Id: I6238f88054f3d344fc616bc90e291a7367f16808
-rw-r--r--svx/Library_svx.mk2
-rw-r--r--svx/Library_svxcore.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index 0a65c1d15c91..a26c1c38e6a7 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -200,7 +200,7 @@ $(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/unogallery/unogalthemeprovider \
))
-ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))$(filter IOS,$(OS)))
+ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
$(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/fmcomp/dbaobjectex \
svx/source/form/databaselocationinput \
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index 5a54b640432f..5ee330927854 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -379,7 +379,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/xoutdev/xtablend \
))
-ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))$(filter IOS,$(OS)))
+ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
$(eval $(call gb_Library_use_packages,svxcore,\
connectivity_inc \
connectivity_generated \