summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2018-01-26 16:16:13 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2018-01-29 15:41:52 +0000
commit052ef66f06ae10f49129020137e6cadf3298c540 (patch)
tree2583b41ce73e0a25c33fee20598aea608bdceef9 /meson.build
parentde9be0bebf242a6ceb5ad41a714a9d0306c6f4f1 (diff)
downloadlibdrm-sun4i-052ef66f06ae10f49129020137e6cadf3298c540.tar.gz
libdrm-sun4i-052ef66f06ae10f49129020137e6cadf3298c540.tar.bz2
libdrm-sun4i-052ef66f06ae10f49129020137e6cadf3298c540.zip
meson,configure: remove unused HAVE_TEGRA define
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 4310bdf2..fc70c4f4 100644
--- a/meson.build
+++ b/meson.build
@@ -254,7 +254,7 @@ endif
foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'],
[with_nouveau, 'NOUVEAU'],
[with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'],
- [with_tegra, 'TEGRA'], [with_vc4, 'VC4'],
+ [with_vc4, 'VC4'],
[with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']]
if t[0]
config.set10('HAVE_@0@'.format(t[1]), true)