Skip to content
Snippets Groups Projects

build: add weston-launch-group option

Closed Vladimir D. Seleznev requested to merge Wladmis/weston:add-weston-launch-group-opt into main
Files
3
+ 4
0
@@ -235,6 +235,10 @@ if get_option('weston-launch')
error('pam_open_session not found for weston-launch')
endif
weston_launch_group = get_option('weston-launch-group')
config_h.set_quoted('WESTON_LAUNCH_GROUP', weston_launch_group)
message('weston-launch group is set to ' + weston_launch_group)
executable(
'weston-launch',
'weston-launch.c',
Loading