]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Use dependency().found() instead of conf.has()
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 23 Mar 2023 08:15:35 +0000 (09:15 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 12 Jun 2023 10:21:02 +0000 (12:21 +0200)
commit063e8b9d621b2bce5560626c70e736d685f77b02
treee47a64d52ceaadf3182f9c787287e6737ba1585f
parent2ef5876e2bcd6e117eedff4f14c2125fa05c99d9
meson: Use dependency().found() instead of conf.has()

So far this change alone doesn't make much sense, but prepares
code for upcoming change. Unfortunately, some conf.has()
statements have to stay, because there's no corresponding
dependency(). But that's okay.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
meson.build