[yocto] [matchbox-desktop-2][PATCH 12/16] build: remove unused --enable-standalone option
Jussi Kukkonen
jussi.kukkonen at intel.com
Thu Apr 28 06:03:05 PDT 2016
From: Ross Burton <ross.burton at intel.com>
---
configure.ac | 7 -------
1 file changed, 7 deletions(-)
diff --git a/configure.ac b/configure.ac
index afa64ae..774a4ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,13 +30,6 @@ if test x$enable_startup_notification != xno; then
AC_DEFINE(USE_LIBSN, [1], [Has Startup Notification Support])
fi
-AC_ARG_ENABLE(standalone,
- AC_HELP_STRING([--enable-standalone], [run in a window, not as the desktop]),
- enable_standalone=$enableval, enable_standalone=no)
-if test x$enable_standalone != xno; then
- AC_DEFINE(STANDALONE, [1], [Run in a window])
-fi
-
AC_ARG_WITH(dbus,
AC_HELP_STRING([--with-dbus], [use DBus to send a 'loaded' signal]),
with_dbus=$withval, with_dbus=no)
--
2.8.1
More information about the yocto
mailing list