X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fbsd%2Fmeson.build;h=e6062dc8fa551038739dd80af85ff33c89faedfb;hb=d7408492415b8c6eb50de44d2dd74b93b0b3e902;hp=690e7373437a6aa1ef202875431a8c19288b936d;hpb=df716df33af8e9a5b93d573a023ecd7fc24d9a03;p=tinc diff --git a/src/bsd/meson.build b/src/bsd/meson.build index 690e7373..e6062dc8 100644 --- a/src/bsd/meson.build +++ b/src/bsd/meson.build @@ -13,14 +13,7 @@ check_functions += [ src_tincd += files('device.c') -if os_name == 'darwin' - dep_tunemu = dependency('tunemu', required: opt_tunemu, static: static) - dep_pcap = dependency('pcap', required: opt_tunemu, static: static) - - if dep_tunemu.found() and dep_pcap.found() - deps_tincd += [dep_tunemu, dep_pcap] - src_tincd += files('tunemu.c') - cdata.set('ENABLE_TUNEMU', 1) - endif +if os_name in ['openbsd', 'darwin'] + subdir(os_name) endif