summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/meson.build
diff options
context:
space:
mode:
authorLubomir Rintel <[email protected]>2019-03-21 22:19:34 +0100
committerEric Anholt <[email protected]>2019-04-11 15:53:29 +0000
commit3dd2001993409d08e7b0fbc9d817e4a2181b52b1 (patch)
treeb6decf6901305b70c9a93ef121e1f899fcac324d /src/gallium/targets/dri/meson.build
parenta155c26a66d58d9283b314dce4dd2abb71355349 (diff)
kmsro: Extend to include armada-drm
This allows using the Marvell Armada display controllers (with the armada drm modesetting driver) along with the render-only drivers, such as Etnaviv on an OLPC XO-1.75 laptop. v2: - Add to Android.mk too Signed-off-by: Lubomir Rintel <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri/meson.build')
-rw-r--r--src/gallium/targets/dri/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/meson.build b/src/gallium/targets/dri/meson.build
index 3101c7bd90d..5b4b4bc1ab7 100644
--- a/src/gallium/targets/dri/meson.build
+++ b/src/gallium/targets/dri/meson.build
@@ -66,6 +66,7 @@ libgallium_dri = shared_library(
)
foreach d : [[with_gallium_kmsro, [
+ 'armada-drm_dri.so',
'exynos_dri.so',
'hx8357d_dri.so',
'ili9225_dri.so',