weston/pam/meson.build
Philipp Zabel 0733c8f571 libweston: Add user authentication support via PAM
Add user authentication support for remote backends via PAM.
This requires a configuration file /etc/pam.d/weston.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
2022-11-23 16:58:48 +01:00

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