summaryrefslogtreecommitdiff
authorTor Lillqvist <tml@iki.fi>2012-08-02 16:51:06 (GMT)
committer Tor Lillqvist <tml@iki.fi>2012-08-03 06:43:36 (GMT)
commit323f755ddd1ac0709aae468a6670b1803e70c446 (patch) (side-by-side diff)
tree34a032b650a6ac37e5d52f4ed5dd072243ddda83
parent6e495b9b8ab931a970127882530946ed9ba3dfd9 (diff)
downloadcore-323f755ddd1ac0709aae468a6670b1803e70c446.zip
core-323f755ddd1ac0709aae468a6670b1803e70c446.tar.gz
Do bypass form stuff for iOS too
Change-Id: I6238f88054f3d344fc616bc90e291a7367f16808
Diffstat (more/less context) (ignore whitespace changes)
-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 0a65c1d..a26c1c3 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 5a54b64..5ee3309 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 \