[gdm/fix-fallback-mode: 14/35] meson: Fix libwrap detection




commit 6a71181d58ba68ac7f3320fe7edcde0e05d2af0e
Author: Bernd Feige <Bernd Feige gmx net>
Date:   Wed May 19 11:28:07 2021 -0700

    meson: Fix libwrap detection
    
    Bug: https://bugs.gentoo.org/790671

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 0266a938e..a490a7255 100644
--- a/meson.build
+++ b/meson.build
@@ -90,7 +90,7 @@ else
 endif
 xdmcp_dep = cc.find_library('Xdmcp', required: get_option('xdmcp'))
 if xdmcp_dep.found() and get_option('tcp-wrappers')
-  libwrap_dep = cc.find_library('libwrap')
+  libwrap_dep = cc.find_library('wrap')
 endif
 # systemd
 systemd_dep = dependency('systemd')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]