[PATCH libdrm v2 10/25] tegra: Include private.h in list of source files
Thierry Reding
thierry.reding at gmail.com
Thu Feb 17 19:19:16 UTC 2022
From: Thierry Reding <treding at nvidia.com>
This makes sure that the proper dependencies are created and that the
file is distributed.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
tegra/meson.build | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/tegra/meson.build b/tegra/meson.build
index 7585c8b5bf9d..53724d2107f5 100644
--- a/tegra/meson.build
+++ b/tegra/meson.build
@@ -20,7 +20,12 @@
libdrm_tegra = library(
'drm_tegra',
- [files('tegra.c'), config_file],
+ [
+ files(
+ 'private.h', 'tegra.c'
+ ),
+ config_file
+ ],
include_directories : [inc_root, inc_drm],
link_with : libdrm,
dependencies : [dep_pthread_stubs, dep_atomic_ops],
--
2.35.1
More information about the dri-devel
mailing list