mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 10:51:24 +00:00
meson: Add bionic detection
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
e18dbec746
commit
d5dff814ac
@ -127,6 +127,11 @@ else
|
|||||||
distrosysconfdir = ''
|
distrosysconfdir = ''
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Cross-compile on Android.
|
||||||
|
if host_machine.system() == 'android'
|
||||||
|
srcconf.set10('IS_BIONIC', true)
|
||||||
|
endif
|
||||||
|
|
||||||
# Custom configuration.
|
# Custom configuration.
|
||||||
cgrouppattern = get_option('cgroup-pattern')
|
cgrouppattern = get_option('cgroup-pattern')
|
||||||
coverity = get_option('coverity-build')
|
coverity = get_option('coverity-build')
|
||||||
|
Loading…
Reference in New Issue
Block a user