mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
Changes: https://github.com/jovanlanik/gtklock/releases/tag/v3.0.0 Reported by: GitHub (watch releases)
13 lines
437 B
Text
13 lines
437 B
Text
meson.build:19:6: ERROR: Dependency "pam" not found, tried pkgconfig
|
|
|
|
--- meson.build.orig 2024-04-18 18:31:22 UTC
|
|
+++ meson.build
|
|
@@ -16,7 +16,7 @@ gmodule_export = dependency('gmodule-export-2.0')
|
|
gtk = dependency('gtk+-3.0')
|
|
gtk_session_lock = dependency('gtk-session-lock-0')
|
|
gmodule_export = dependency('gmodule-export-2.0')
|
|
-pam = dependency('pam')
|
|
+pam = meson.get_compiler('c').find_library('pam')
|
|
|
|
dependencies = [
|
|
gtk,
|