[Mesa-dev] [PATCH 1/2] meson: install dri internal headers.
Dylan Baker
dylan at pnwbakers.com
Thu Nov 30 18:40:11 UTC 2017
Reported-by: Marc Dietrich <marvin24 at gmx.de>
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
include/meson.build | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/meson.build b/include/meson.build
index 35e7791507c..bae6742c4d6 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -66,3 +66,7 @@ if with_egl
subdir : 'EGL',
)
endif
+
+if with_dri
+ install_headers('GL/internal/dri_interface.h', subdir : 'GL/internal')
+endif
--
2.15.0
More information about the mesa-dev
mailing list