mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
meson: use headers in our code base when checking filesystem table
Note, GFS2_MAGIC is also defined in missing_magic.h, so linux/gfs2_ondisk.h is not necessary anymore.
This commit is contained in:
@@ -234,8 +234,10 @@ run_target(
|
||||
|
||||
############################################################
|
||||
|
||||
filesystem_includes = ['linux/magic.h',
|
||||
'linux/gfs2_ondisk.h']
|
||||
filesystem_includes = files(
|
||||
'linux/magic.h',
|
||||
'missing_magic.h',
|
||||
)
|
||||
|
||||
check_filesystems = find_program('check-filesystems.sh')
|
||||
r = run_command([check_filesystems, cpp, files('filesystems-gperf.gperf')] + filesystem_includes, check: false)
|
||||
|
||||
Reference in New Issue
Block a user