Never install weston setuid

We don't support this anymore.  weston requires a setuid helper (such as
weston-launch) to run under kms, and should never run as root itself.

Disabe the setuid warning in configure.ac since we now only install the
minimal weston-launch as setuid.
This commit is contained in:
Kristian Høgsberg
2012-07-19 14:13:06 -04:00
parent 82a1d11cfa
commit 71375066a4
2 changed files with 0 additions and 18 deletions
-8
View File
@@ -62,14 +62,6 @@ install-exec-hook:
chmod u+s $(DESTDIR)$(bindir)/weston-launch
endif
else # BUILD_WESTON_LAUNCH
if ENABLE_SETUID_INSTALL
install-exec-hook:
chown root $(DESTDIR)$(bindir)/weston
chmod u+s $(DESTDIR)$(bindir)/weston
endif
endif # BUILD_WESTON_LAUNCH
moduledir = @libdir@/weston