Merge branch 'fix-pamlibdir' into 'master'
build: Fix default value of pamlibdir See merge request pwithnall/malcontent!21
This commit is contained in:
commit
6e5f356f73
|
@ -29,7 +29,7 @@ accountsserviceinterfacesdir = join_paths(datadir, 'accountsservice', 'interface
|
|||
# FIXME: pam.pc doesn’t exist
|
||||
pamlibdir = get_option('pamlibdir')
|
||||
if pamlibdir == ''
|
||||
pamlibdir = join_paths(prefix, libdir.split('/')[-1], 'security')
|
||||
pamlibdir = join_paths(libdir, 'security')
|
||||
endif
|
||||
|
||||
dbus = dependency('dbus-1')
|
||||
|
|
Loading…
Reference in New Issue