package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
422 B

package("libudev")
set_homepage("https://www.freedesktop.org/wiki/Software/systemd/")
set_description("API for enumerating and introspecting local devices")
on_fetch("linux", function (package, opt)
if opt.system then
return package:find_package("pkgconfig::libudev") or package:find_package("system::udev")
end
end)
add_extsources("apt::libudev-dev", "pacman::systemd")