[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Dec 18 23:49:28 PST 2012


 configure.ac |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 6f9eadb0c4a2095e1dc64997cf88806b96e17574
Author: Tor Lillqvist <tml at iki.fi>
Date:   Tue Dec 18 15:06:44 2012 +0200

    Revert "The Impress remote control makes sense only on desktop OSes"
    
    Nah, sure it makes sense also on tablets. Consider having your tablet attached
    to a projector while you dance around on stage talking and controlling the
    presentation with your phone (or other smaller device).
    
    This reverts commit ccd519c582cc897b9276b5d04801688c253c1e94.

diff --git a/configure.ac b/configure.ac
index db19ff4..9b845c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2279,7 +2279,6 @@ dnl cross-compiling would imply a non-desktop OS.
 
 if test $_os != iOS -a $_os != Android; then
     BUILD_TYPE="$BUILD_TYPE DESKTOP"
-    BUILD_TYPE_IS_DESKTOP=YES
 fi
 
 # Currently we build only viewer apps for Android (and for iOS not even that yet), so to avoid getting
@@ -9495,7 +9494,7 @@ fi
 AC_SUBST(ENABLE_PACKAGEKIT)
 
 AC_MSG_CHECKING([whether to enable Impress remote control])
-if test "$BUILD_TYPE_IS_DESKTOP" = YES -a -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
+if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
     AC_MSG_RESULT([yes])
     ENABLE_SDREMOTE=YES
     AC_MSG_CHECKING([whether to enable Bluetooth support in Impress remote control])


More information about the Libreoffice-commits mailing list