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>
dev
Pekka Paalanen 6 years ago committed by Daniel Stone
parent f0d3197fa5
commit 91d0f08bce
  1. 2
      libweston/meson.build

@ -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

Loading…
Cancel
Save