[gdm: 1/2] meson: Fix libwrap detection
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm: 1/2] meson: Fix libwrap detection
- Date: Fri, 9 Jul 2021 17:03:52 +0000 (UTC)
commit a98087f2711c7211871215b1ddef0383e14a3dc4
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]