mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 03:30:19 +01:00
9 lines
143 B
Meson
9 lines
143 B
Meson
|
|
if not get_option('backend-vnc')
|
||
|
|
subdir_done()
|
||
|
|
endif
|
||
|
|
|
||
|
|
install_data(
|
||
|
|
'weston-remote-access',
|
||
|
|
install_dir: join_paths(dir_sysconf, 'pam.d')
|
||
|
|
)
|