Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
endif
endif
+if get_option('gallium-extra-hud')
+ pre_args += '-DHAVE_GALLIUM_EXTRA_HUD=1'
+endif
+
# TODO: nine
# TODO: clover
value : '',
description : 'comma separated list of gallium media APIs to build (omx,va,vdpau,xvmc).'
)
+option(
+ 'gallium-extra-hud',
+ type : 'boolean',
+ value : false,
+ description : 'Enable HUD block/NIC I/O HUD status support',
+)
option(
'vulkan-drivers',
type : 'string',