meson: install dri internal header
authorDylan Baker <dylan@pnwbakers.com>
Thu, 30 Nov 2017 18:37:11 +0000 (10:37 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 1 Dec 2017 18:39:04 +0000 (10:39 -0800)
Reported-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
include/meson.build

index 35e7791507cbec19e55aeeccdbf4497d7006785f..bae6742c4d626dc51b3374608328758387872f77 100644 (file)
@@ -66,3 +66,7 @@ if with_egl
     subdir : 'EGL',
   )
 endif
+
+if with_dri
+  install_headers('GL/internal/dri_interface.h', subdir : 'GL/internal')
+endif