summaryrefslogtreecommitdiff
path: root/lib/meson.build
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-08-31 14:59:02 -0700
committerEric Anholt <eric@anholt.net>2018-11-26 12:41:34 -0800
commit2388bbd062c17b5912039101efd4603e8d876c88 (patch)
tree325e921fd3cafcd17d9cf179a9580cb94361cfb5 /lib/meson.build
parentbca1999348a40abf192869f36d5c25e1ce2f2e6f (diff)
v3d: Add a helper library
Just a few little ioctl wrappers that v3d tests will use. v2: Move the struct above the prototypes. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Petri Latvala <petri.latvala@intel.com> (v1)
Diffstat (limited to 'lib/meson.build')
-rw-r--r--lib/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/meson.build b/lib/meson.build
index fad24586..a3b24ea0 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -48,6 +48,7 @@ lib_sources = [
'igt_dummyload.c',
'uwildmat/uwildmat.c',
'igt_kmod.c',
+ 'igt_v3d.c',
'igt_vc4.c',
'igt_psr.c',
]