mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
meson: Don't look for btrfs and xfs headers
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>
This commit is contained in:
parent
59d21d2c2e
commit
4512f3203f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user