diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-22 23:19:22 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-22 23:21:22 +0200 |
commit | fd56eb98e63b4aac12c9633d5847a3fb964f326d (patch) | |
tree | a11fd2818e25e2048ab163edad9dfefd6215f910 /desktop | |
parent | 3eaa536ae457391c3826be50b0361f8d0c13cdd3 (diff) |
Not using NativeActivity means no lo_main() stuff used either
Hopefully also fixes build for iOS by re-introducing checks for DESKTOP.
Also this commit partially reverts 52a8744afee2cd589813f0377d93f821fce7aedd.
Change-Id: Ie94c771b72ba138bb0481b054285916618baf6eb
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_sofficeapp.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/desktop/Library_sofficeapp.mk b/desktop/Library_sofficeapp.mk index 4687b5d05f41..2a635b5953c9 100644 --- a/desktop/Library_sofficeapp.mk +++ b/desktop/Library_sofficeapp.mk @@ -94,13 +94,4 @@ ifeq ($(ENABLE_TELEPATHY),TRUE) $(eval $(call gb_Library_use_libraries,sofficeapp,tubes)) endif -# -# We need the lo_main symbol for our boostrap loader -# -ifeq ($(OS),ANDROID) -$(eval $(call gb_Library_add_cobjects,sofficeapp,\ - desktop/source/app/main \ -)) -endif - # vim: set ts=4 sw=4 et: |