From f31b2e1b336ca5f5442400ac59e0ef6689fc2d8e Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Sat, 5 May 2018 17:28:00 +0200 Subject: meson.build: Look for '-lpam', not '-llibpam'. See #1920 for more information. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index bf266e5f..f59d29b3 100644 --- a/meson.build +++ b/meson.build @@ -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) -- cgit v1.2.3-54-g00ecf