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