Re: [PATCH xserver 06/10] meson: Add an option to build XSELINUX.

2018-08-09 Thread Adam Jackson
On Tue, 2018-08-07 at 16:23 -0700, Eric Anholt wrote: > Dependencies are ported from the automake build. The only part I > skipped was making sure we can find libaudit.h. Fair enough, but then: > +build_xselinux = get_option('xselinux') > +if build_xselinux > +if not build_xace > +er

[PATCH xserver 06/10] meson: Add an option to build XSELINUX.

2018-08-07 Thread Eric Anholt
Dependencies are ported from the automake build. The only part I skipped was making sure we can find libaudit.h. Signed-off-by: Eric Anholt --- meson.build | 12 +--- meson_options.txt | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.bui