diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-14 18:55:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-14 21:00:01 +0300 |
commit | b0e6bba1c5892574c5531fa2d2b0a5797f3ef053 (patch) | |
tree | 47bb76a34366f6309332c07193833aa1743ee5c0 | |
parent | 192c3ca83354921313d452fa4353c2bc8da1a13e (diff) |
Try depending on touch_inc to maybe fix tinderbox build
Change-Id: I9833437256243c26b9ff468937ec9f975c2e898d
-rw-r--r-- | ios/Executable_LibreOffice.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/Executable_LibreOffice.mk b/ios/Executable_LibreOffice.mk index f4daea819c63..8e4e0e1cbf1a 100644 --- a/ios/Executable_LibreOffice.mk +++ b/ios/Executable_LibreOffice.mk @@ -32,6 +32,8 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ ios/experimental/LibreOffice/LibreOffice/ViewController \ )) +$(call gb_Executable_use_package,LibreOffice,touch_inc) + $(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative) # Mark the executable as depending on all libraries so that it gets |