diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-27 09:20:41 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-28 10:32:04 +0200 |
commit | 328d747821c937508b3464567e2eb1b68205765a (patch) | |
tree | 268ba3d49861e56b6cdae4beb747dc4b1062c346 /ios/Module_ios.mk | |
parent | 5dbb3c66aa1b600b21251c5afa4f5d7a2fefa05c (diff) |
Bypass also the MobileLibreOffice thing for now
It seems abandoned and hasn't work since we switched to tiled
rendering anyway. And the need for the special single tile at a time
rendering test mode is mostly gone now, when tiled rendering can be
tested with the TiledLibreOffice app, I think. So no need to slow down
a "make" by building the MobileLibreOffice app, too.
Change-Id: I7b0afd3b35ff2ed0fb72f2c150abb25548a5546d
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r-- | ios/Module_ios.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk index c23202a4ac56..ead3b7507939 100644 --- a/ios/Module_ios.mk +++ b/ios/Module_ios.mk @@ -13,7 +13,6 @@ ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,ios,\ CustomTarget_Lo_Xcconfig \ CustomTarget_TiledLibreOffice_app \ - CustomTarget_MobileLibreOffice_app \ )) endif |