1launch_protocol = files('protocol.c')
2executable('swc-launch',
3 ['launch.c', launch_protocol, 'devmajor-@0@.c'.format(os)],
4 dependencies: video_backend == 'drm' ? drm : [],
5 install: true,
6 install_mode: 'rwsr-xr-x',
7)
1launch_protocol = files('protocol.c')
2executable('swc-launch',
3 ['launch.c', launch_protocol, 'devmajor-@0@.c'.format(os)],
4 dependencies: video_backend == 'drm' ? drm : [],
5 install: true,
6 install_mode: 'rwsr-xr-x',
7)