Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 790671
Collapse All | Expand All

(-)gdm-40.0/meson.build (-1 / +1 lines)
Lines 90-96 else Link Here
90
endif
90
endif
91
xdmcp_dep = cc.find_library('Xdmcp', required: get_option('xdmcp'))
91
xdmcp_dep = cc.find_library('Xdmcp', required: get_option('xdmcp'))
92
if xdmcp_dep.found() and get_option('tcp-wrappers')
92
if xdmcp_dep.found() and get_option('tcp-wrappers')
93
  libwrap_dep = cc.find_library('libwrap')
93
  libwrap_dep = cc.find_library('wrap')
94
endif
94
endif
95
95
96
logind_provider = get_option('logind-provider')
96
logind_provider = get_option('logind-provider')

Return to bug 790671