projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba77e00
)
meson: drop unnecessary dependency on libidn
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 12 Aug 2023 07:45:46 +0000
(16:45 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Sat, 12 Aug 2023 11:04:51 +0000
(20:04 +0900)
src/udev/meson.build
patch
|
blob
|
history
diff --git
a/src/udev/meson.build
b/src/udev/meson.build
index 40716bb27d157f5c1aa464d4c7ae70943fab82a6..e0cd47f80b77d34f5ba48e980c10324481d1c6e9 100644
(file)
--- a/
src/udev/meson.build
+++ b/
src/udev/meson.build
@@
-121,7
+121,6
@@
libudevd_core = static_library(
udev_dependencies = [
libacl,
libblkid,
- libidn,
libkmod,
threads,
]