meson: remind about weston-launch suid

Since the Meson install step is not written to try to set the suid bit
automatically, remind the user that weston-launch needs to be
setuid-root to work.

Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
Pekka Paalanen 2019-01-14 19:44:45 +02:00 committed by Daniel Stone
parent f0d3197fa5
commit 91d0f08bce

View file

@ -476,4 +476,6 @@ if get_option('weston-launch')
include_directories: include_directories('..'),
install: true
)
meson.add_install_script('echo', 'REMINDER: You are installing weston-launch, please make it setuid-root.')
endif