]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Convert attr_dep to dependency()
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 4 Mar 2025 08:23:51 +0000 (09:23 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 23 Jul 2025 14:02:41 +0000 (16:02 +0200)
commitc2c165ea6c1b2bd2c66d65668e66abe2c04fbd74
tree431da2d9efead4a0e9fcfe430e06e9f832599ffe
parentf8be069a0c6881586f940eb220969a0386c38649
meson: Convert attr_dep to dependency()

Currently, libattr is detected using cc.find_library() because at
historically, the library was lacking pkg-config file. But that
changed with libattr-2.4.48 (released 7+ years ago) and even
prehistoric distros have it now. Switch to dependency().

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build