meson: Add bionic detection

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2022-06-07 15:14:01 -04:00
parent e18dbec746
commit d5dff814ac
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -127,6 +127,11 @@ else
distrosysconfdir = ''
endif
# Cross-compile on Android.
if host_machine.system() == 'android'
srcconf.set10('IS_BIONIC', true)
endif
# Custom configuration.
cgrouppattern = get_option('cgroup-pattern')
coverity = get_option('coverity-build')