]> git.ipfire.org Git - thirdparty/libvirt.git/commit
meson: Use get_pkgconfig_variable('cflags')
authorAndrea Bolognani <abologna@redhat.com>
Wed, 26 May 2021 17:03:16 +0000 (19:03 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 1 Jun 2021 12:30:39 +0000 (14:30 +0200)
commitc32c5ca29aeb63d329e2c1e60e249246c010f2f3
tree2b2c773f6e94ffeb8a17ccc3e230ffc1a369d3a6
parent5ca06d703bdf41d07e575bb71ef6820c9aa46cc5
meson: Use get_pkgconfig_variable('cflags')

Meson offers a native convenience method that can be used to
fetch pkg-config variables from a dependency, so we can use
that instead of calling pkg-config manually.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
meson.build