Browse Source

meson: Add support for gallium extra hud

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
tags/18.0-branchpoint
Dylan Baker 7 years ago
parent
commit
7309207432
2 changed files with 10 additions and 0 deletions
  1. 4
    0
      meson.build
  2. 6
    0
      meson_options.txt

+ 4
- 0
meson.build View File

@@ -922,6 +922,10 @@ if with_platform_x11
endif
endif

if get_option('gallium-extra-hud')
pre_args += '-DHAVE_GALLIUM_EXTRA_HUD=1'
endif

# TODO: nine

# TODO: clover

+ 6
- 0
meson_options.txt View File

@@ -55,6 +55,12 @@ option(
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',

Loading…
Cancel
Save