meson: drop unnecessary dependency on libidn

This commit is contained in:
Yu Watanabe
2023-08-12 16:45:46 +09:00
parent ba77e00659
commit 5cdcaf89be

View File

@@ -121,7 +121,6 @@ libudevd_core = static_library(
udev_dependencies = [
libacl,
libblkid,
libidn,
libkmod,
threads,
]