meson.build: Look for '-lpam', not '-llibpam'.

See #1920 for more information.
This commit is contained in:
Yorick van Pelt 2018-05-05 17:28:00 +02:00
parent a8d1b05bac
commit f31b2e1b33
No known key found for this signature in database
GPG Key ID: D8D3CC6D951384DE
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ gdk_pixbuf = dependency('gdk-pixbuf-2.0', required: false)
pixman = dependency('pixman-1')
libcap = dependency('libcap')
libinput = dependency('libinput', version: '>=1.6.0')
libpam = cc.find_library('libpam')
libpam = cc.find_library('pam')
math = cc.find_library('m')
rt = cc.find_library('rt')
git = find_program('git', required: false)