weston/pam/meson.build

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')
)