Files
graphene/meson_options.txt
Wojtek Porczyk a1c87af7d3 [meson] Add build options: direct, sgx
This is to choose which PALs are to be build and installed. Currently
build happens outside of meson, so this only affects installing and not
building, but if one PAL was not built, then meson would fail because it
won't find the dependency.
2020-12-02 22:45:07 +01:00

6 lines
338 B
Meson

# TODO: after deprecating 18.04/bionic, change these to type: 'feature'
option('direct', type: 'combo', choices: ['disabled', 'enabled'],
description: 'Build and install graphene (aka Linux aka nonsgx)')
option('sgx', type: 'combo', choices: ['disabled', 'enabled'],
description: 'Build and install graphene-sgx (aka Linux-SGX)')