aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
-rw-r--r--meson.build2
2 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index c12f8b54..83f2e4c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,9 +378,6 @@ if test "x$EXYNOS" = xyes; then
378fi 378fi
379 379
380AM_CONDITIONAL(HAVE_FREEDRENO, [test "x$FREEDRENO" = xyes]) 380AM_CONDITIONAL(HAVE_FREEDRENO, [test "x$FREEDRENO" = xyes])
381if test "x$FREEDRENO" = xyes; then
382 AC_DEFINE(HAVE_FREEDRENO, 1, [Have freedreno support])
383fi
384 381
385if test "x$FREEDRENO_KGSL" = xyes; then 382if test "x$FREEDRENO_KGSL" = xyes; then
386 if test "x$FREEDRENO" != xyes; then 383 if test "x$FREEDRENO" != xyes; then
diff --git a/meson.build b/meson.build
index fc70c4f4..049ef3c3 100644
--- a/meson.build
+++ b/meson.build
@@ -253,7 +253,7 @@ endif
253 253
254foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'], 254foreach t : [[with_intel, 'INTEL'], [with_vmwgfx, 'VMWGFX'],
255 [with_nouveau, 'NOUVEAU'], 255 [with_nouveau, 'NOUVEAU'],
256 [with_exynos, 'EXYNOS'], [with_freedreno, 'FREEDRENO'], 256 [with_exynos, 'EXYNOS'],
257 [with_vc4, 'VC4'], 257 [with_vc4, 'VC4'],
258 [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']] 258 [with_etnaviv, 'ETNAVIV'], [with_radeon, 'RADEON']]
259 if t[0] 259 if t[0]