summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Heidelberg <david.heidelberg@collabora.com>2022-12-09 12:50:19 +0100
committerMarge Bot <emma+marge@anholt.net>2022-12-10 10:56:09 +0000
commitb19a14a09473d71537128ebbaf658592172d072c (patch)
treea2b6d3d4ac290d0c36b845694b29e5f93a5f49c0 /meson.build
parentbe841f0e7898d85c6f98aa212d5bf03509ed117d (diff)
downloadmesa-b19a14a09473d71537128ebbaf658592172d072c.tar.gz
nine: enable on panfrost
Also, enable required kmsro dependencies. Tested-by: Aleksey Komarov <q4arus@ya.ru> Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20238>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 45d04da9276..67668520636 100644
--- a/meson.build
+++ b/meson.build
@@ -877,6 +877,7 @@ if with_gallium_st_nine
with_gallium_i915,
with_gallium_iris,
with_gallium_nouveau,
+ with_gallium_panfrost,
with_gallium_r300,
with_gallium_r600,
with_gallium_radeonsi,