Signed-off-by: Eric Engestrom <[email protected]>
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 1bccdb2c03d7846e7bfb..73058e7d772b7744a359 100644
--- a/meson.build
+++ b/meson.build
@@ -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
-- 
Cheers,
  Eric

_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to