mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 15:58:03 +02:00
meson: add missing HAVE_RADEON
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
44867b0eef
commit
52689eebeb
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'],
|
|||
[with_nouveau, 'NOUVEAU'], [with_omap, 'OMAP'],
|
||||
[with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'],
|
||||
[with_tegra, 'TEGRA'], [with_vc4, 'VC4'],
|
||||
[with_etnaviv, 'ETNAVIV']]
|
||||
[with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']]
|
||||
if t[0]
|
||||
config.set10('HAVE_@0@'.format(t[1]), true)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue