]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
meson: Don't look for btrfs and xfs headers
authorAndrea Bolognani <abologna@redhat.com>
Tue, 28 Dec 2021 18:08:08 +0000 (19:08 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 4 Jan 2022 14:46:08 +0000 (15:46 +0100)
We no longer use them anywhere.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
meson.build

index be51af193427a10e601e91551bdd378d03ecbcce..ec7dcffac44c3548d20c353fcbdd83be9cce3050 100644 (file)
@@ -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