[gdm/for-gnome-40: 1/9] meson: Fix libwrap detection
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/for-gnome-40: 1/9] meson: Fix libwrap detection
- Date: Fri, 23 Jul 2021 15:01:09 +0000 (UTC)
commit 98a454961996e45b4779e5e62b6b8eb7682c9af1
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]