mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
configure / meson: Move check for linux/btrfs.h to meson.build
This check can be done in a much shorter way in meson.build. And while we're at it, rename the #define to HAVE_BTRFS_H to match the other HAVE_someheader_H symbols that we already have. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201118171052.308191-7-thuth@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
4a9d5f895a
commit
48f670ecfc
4 changed files with 3 additions and 11 deletions
|
@ -112,7 +112,7 @@
|
|||
#include <linux/if_alg.h>
|
||||
#include <linux/rtc.h>
|
||||
#include <sound/asound.h>
|
||||
#ifdef CONFIG_BTRFS
|
||||
#ifdef HAVE_BTRFS_H
|
||||
#include <linux/btrfs.h>
|
||||
#endif
|
||||
#ifdef HAVE_DRM_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue