mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-29 16:58:17 +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')
|
'getgrgid_r.h')
|
||||||
endif
|
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(
|
include_sources += files(
|
||||||
'lxcmntent.c',
|
'lxcmntent.c',
|
||||||
'lxcmntent.h')
|
'lxcmntent.h')
|
||||||
|
Loading…
Reference in New Issue
Block a user