meson: build r200 driver

v2: - remove TODO that is done

Build tested only

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dylan Baker
2017-10-16 17:24:56 -07:00
parent 191e785c81
commit eecd2860ff
4 changed files with 98 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ option(
option(
'dri-drivers',
type : 'string',
value : 'i915,i965,r100',
value : 'i915,i965,r100,r200',
description : 'comma separated list of dri drivers to build.'
)
option(