aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/qpu/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-07-29 19:11:53 -0700
committerEric Anholt <[email protected]>2018-07-29 19:13:29 -0700
commit27f1bfe471d87783c2dd2be4cd3d0bbc1ae373cc (patch)
tree7a09f993d0ba4c586a325265aaa7b8e57eab8eee /src/broadcom/qpu/meson.build
parent05fb2f88ecf46809648230bcdd2c1563b317a188 (diff)
vc4: Fix meson build when enabled without v3d.
Reported-by: Rob Clark <[email protected]> Fixes: e92959c4e03c ("v3d: Pass the whole clif_dump structure to v3d_print_group().")
Diffstat (limited to 'src/broadcom/qpu/meson.build')
-rw-r--r--src/broadcom/qpu/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/broadcom/qpu/meson.build b/src/broadcom/qpu/meson.build
index 5521a80ceec..8a40016064d 100644
--- a/src/broadcom/qpu/meson.build
+++ b/src/broadcom/qpu/meson.build
@@ -33,6 +33,8 @@ libbroadcom_qpu = static_library(
build_by_default : false,
)
+v3d_libs += libbroadcom_qpu
+
test(
'qpu_disasm',
executable(