[PATCH libdrm 10/25] tegra: Include private.h in list of source files
Thierry Reding
thierry.reding at gmail.com
Fri Aug 27 13:22:50 UTC 2021
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 edddf72bc0e7..9813d9baddac 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.32.0
More information about the dri-devel
mailing list