Files
rk35xx-android14/external/libkmsxx/meson_options.txt
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

21 lines
784 B
Meson

option('omap', type : 'feature', value : 'auto',
description : 'Build omapdrm extensions')
option('static-libc', type : 'boolean', value : false,
description : 'Build with -static-libgcc -static-libstdc++')
option('libutils', type : 'boolean', value : true,
description : 'Build kms++utils library')
option('utils', type : 'boolean', value : true,
description : 'Build an assortment of kms++ utils and tests')
option('pykms', type : 'feature', value : 'auto',
description : 'Build python bindings')
option('system-pybind11', type : 'feature', value : 'auto',
description : 'Use pybind11 from the system or from meson subproject')
option('kmscube', type : 'boolean', value : false,
description : 'Build kmscube test application')