From: Andrea Bolognani Date: Tue, 28 Dec 2021 18:08:08 +0000 (+0100) Subject: meson: Don't look for btrfs and xfs headers X-Git-Tag: v8.0.0-rc1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4512f3203fee8f1b0c2e3f8edcc0104a3f8740f6;p=thirdparty%2Flibvirt.git meson: Don't look for btrfs and xfs headers We no longer use them anywhere. Signed-off-by: Andrea Bolognani Reviewed-by: Neal Gompa Reviewed-by: Michal Privoznik --- diff --git a/meson.build b/meson.build index be51af1934..ec7dcffac4 100644 --- a/meson.build +++ b/meson.build @@ -613,10 +613,6 @@ headers = [ ] if host_machine.system() == 'linux' - # check for kernel headers required by btrfs ioctl - headers += 'linux/btrfs.h' - # check for xfs dev headers required by xfs ioctl - headers += 'xfs/xfs.h' # check for DEVLINK_CMD_ESWITCH_GET headers += 'linux/devlink.h' endif