aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
diff options
context:
space:
mode:
authorGuido Günther <[email protected]>2019-05-31 14:35:08 +0200
committerGuido Günther <[email protected]>2019-06-05 08:58:05 +0000
commitb921df352d95886213d8a5db991c785c9bf5755c (patch)
tree83befdf482232558069135cfbb45a7f6ed399052 /src/meson.build
parent3696235f8205e30c8478510fb9d8ff8f07b53d63 (diff)
build: Build etnaviv drm
Signed-off-by: Guido Günther <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]>
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 6d04b5fc3b2..8b983c15b60 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -64,6 +64,9 @@ endif
if with_gallium_vc4 or with_gallium_v3d
subdir('broadcom')
endif
+if with_gallium_etnaviv
+ subdir('etnaviv')
+endif
if with_gallium_freedreno or with_freedreno_vk
subdir('freedreno')
endif