vmihalko / t2_polkit

Other
0 stars 0 forks source link

build: Honour pam_prefix meson option - [closed] #339

Closed vmihalko closed 1 year ago

vmihalko commented 2 years ago

In GitLab by @ghost on Aug 10, 2022, 12:31

_Merges fix-pamprefix -> master

Make the use of pam_prefix Meson option worth its while since, at the moment, its value is being ignored:

if enable_pam
  configure_file(
  input: 'polkit-1.in',
    output: '@BASENAME@',
    configuration: pam_conf,
    install: true,
    install_dir: pk_sysconfdir / 'pam.d',
  )
endif