summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2013-12-03 16:32:01 -0800
committerKristian Høgsberg <krh@bitplanet.net>2013-12-04 10:18:29 -0800
commit873b515aeee77ff072f5ae42fef34cab76f8bf11 (patch)
treef7915a42cec585d682aac6841d574f26587996ab /configure.ac
parentcae1f0ff2d2dfd293a27fa142865aacf012e6cd3 (diff)
downloadweston-873b515aeee77ff072f5ae42fef34cab76f8bf11.tar.gz
tablet-shell: Remove
The tablet-shell is unmaintained and unused. It is currently dead-weight and a burden when we make changes to weston. Let's drop it for now, we can pull it out of git if we find a need for it later.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 2bf5f781..6c1035a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -362,13 +362,6 @@ AM_CONDITIONAL(BUILD_SUBSURFACES_CLIENT,
AM_CONDITIONAL(ENABLE_DESKTOP_SHELL, true)
-AC_ARG_ENABLE(tablet-shell,
- AS_HELP_STRING([--disable-tablet-shell],
- [do not build tablet-shell server plugin and client]),,
- enable_tablet_shell=yes)
-AM_CONDITIONAL(ENABLE_TABLET_SHELL,
- test "x$enable_tablet_shell" = "xyes")
-
# CMS modules
AC_ARG_ENABLE(colord,
AS_HELP_STRING([--disable-colord],
@@ -520,7 +513,6 @@ AC_MSG_RESULT([
dbus ${enable_dbus}
Build wcap utility ${enable_wcap_tools}
- Build Tablet Shell ${enable_tablet_shell}
weston-launch utility ${enable_weston_launch}
systemd-login support ${have_systemd_login}