diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 049ef3c3..fa00254b 100644 --- a/meson.build +++ b/meson.build @@ -255,7 +255,7 @@ foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], [with_nouveau, 'NOUVEAU'], [with_exynos, 'EXYNOS'], [with_vc4, 'VC4'], - [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] + [with_radeon, 'RADEON']] if t[0] config.set10('HAVE_@0@'.format(t[1]), true) endif |