mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 16:52:32 +00:00
meson: Fix mntent include condition
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
61c40023d0
commit
7eac83c1b1
@ -27,7 +27,7 @@ if srcconf.get('HAVE_GETGRGID_R') == 0
|
||||
'getgrgid_r.h')
|
||||
endif
|
||||
|
||||
if srcconf.get('HAVE_HASMNTOPT') == 0 or srcconf.get('HAVE_SETMNTENT') == 0 or srcconf.get('HAVE_ENDMNTENT') == 0
|
||||
if srcconf.get('IS_BIONIC') == 1 or srcconf.get('HAVE_HASMNTOPT') == 0 or srcconf.get('HAVE_SETMNTENT') == 0 or srcconf.get('HAVE_ENDMNTENT') == 0
|
||||
include_sources += files(
|
||||
'lxcmntent.c',
|
||||
'lxcmntent.h')
|
||||
|
Loading…
Reference in New Issue
Block a user