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:
committed by
Daniel Stone
parent
f0d3197fa5
commit
91d0f08bce
@@ -476,4 +476,6 @@ if get_option('weston-launch')
|
|||||||
include_directories: include_directories('..'),
|
include_directories: include_directories('..'),
|
||||||
install: true
|
install: true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
meson.add_install_script('echo', 'REMINDER: You are installing weston-launch, please make it setuid-root.')
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user