X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Flinux%2Fmeson.build;h=8c0f137761069c508d4b38ee7d529a7bf9e7d7ff;hb=e6111686d731af1e621ea9f38babef50610f7717;hp=0213d0602da3a8ee18fa3afa05fcde561dc14596;hpb=0f8e3c9f6f2ed4052387397756cd6e05cd28cd00;p=tinc diff --git a/src/linux/meson.build b/src/linux/meson.build index 0213d060..8c0f1377 100644 --- a/src/linux/meson.build +++ b/src/linux/meson.build @@ -2,13 +2,9 @@ check_headers += [ 'linux/if_tun.h', 'netpacket/packet.h', 'sys/epoll.h', - 'sys/random.h', ] -check_functions += [ - 'recvmmsg', - 'getrandom', -] +check_functions += 'recvmmsg' src_tincd += files('device.c')