diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-10-06 14:45:55 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-20 14:41:51 -0600 |
commit | 24b4610e10a539609a6679b598de7dc7957791c0 (patch) | |
tree | da941b69e5c4af5e7f3153e2d6b7e0b3e00e83a8 /config_host.mk.in | |
parent | e587d0c98a5cc819df8c811e7c7347b87a3093ab (diff) |
Separate Impress Remote from Android build.
Previously the Impress Remote app could only be built within
gbuild when building the entirety of LO for Android, it can
now be enabled separately to be built within any LO build.
(Note that the app could still be built separately without doing a
full Android build of LO by using the android build tools and/or IDE.)
Conflicts:
config_host.mk.in
Change-Id: I21d4389082a1492a3c9029d630f3fff97d9ba99a
Reviewed-on: https://gerrit.libreoffice.org/6146
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'config_host.mk.in')
-rwxr-xr-x | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 92c6d51ae86e..49977f1833ca 100755 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -160,6 +160,7 @@ export ENABLE_SCRIPTING_JAVASCRIPT=@ENABLE_SCRIPTING_JAVASCRIPT@ export ENABLE_SDREMOTE=@ENABLE_SDREMOTE@ export ENABLE_SDREMOTE_BLUETOOTH=@ENABLE_SDREMOTE_BLUETOOTH@ export SYSTEM_BLUEZ=@SYSTEM_BLUEZ@ +export ENABLE_SDREMOTE_ANDROID=@ENABLE_SDREMOTE_ANDROID@ export ENABLE_SILENT_MSI=@ENABLE_SILENT_MSI@ export ENABLE_SYMBOLS=@ENABLE_SYMBOLS@ export ENABLE_SYSTRAY_GTK=@ENABLE_SYSTRAY_GTK@ |