summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-18 15:06:44 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-19 09:49:00 +0200
commit6f9eadb0c4a2095e1dc64997cf88806b96e17574 (patch)
tree1cc1cd7fa89be20bb02190a64933cb989c0649f3 /configure.ac
parent20bc196507364e22d07277a9e7a2b2acfffb22b3 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index db19ff412055..9b845c0e8f4e 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])