summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2018-01-26 16:17:53 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2018-01-29 15:41:52 +0000
commit2cd9105db60714c4c9f9e89625da920b4940455f (patch)
tree7b3b390dd0fc0d0a53b526292e2d429195afbdab /meson.build
parent052ef66f06ae10f49129020137e6cadf3298c540 (diff)
downloadlibdrm-sun4i-2cd9105db60714c4c9f9e89625da920b4940455f.tar.gz
libdrm-sun4i-2cd9105db60714c4c9f9e89625da920b4940455f.tar.bz2
libdrm-sun4i-2cd9105db60714c4c9f9e89625da920b4940455f.zip
meson,configure: remove unused HAVE_FREEDRENO 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 fc70c4f4..049ef3c3 100644
--- a/meson.build
+++ b/meson.build
@@ -253,7 +253,7 @@ endif
foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'],
[with_nouveau, 'NOUVEAU'],
- [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'],
+ [with_exynos, 'EXYNOS'],
[with_vc4, 'VC4'],
[with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']]
if t[0]