Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 38977dd

Browse files
committed
meson: Use the not_found_dep constant
Previously in the build description, a not_found_dep was defined. Make use of it. Author: Tristan Partin <tristan@neon.tech> Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
1 parent c55d31e commit 38977dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ endif
558558
###############################################################
559559

560560
bonjouropt = get_option('bonjour')
561-
bonjour = dependency('', required : false)
561+
bonjour = not_found_dep
562562
if cc.check_header('dns_sd.h', required: bonjouropt,
563563
args: test_c_args, include_directories: postgres_inc) and \
564564
cc.has_function('DNSServiceRegister',

0 commit comments

Comments
 (0)