From: Dylan Baker Date: Thu, 30 Nov 2017 18:37:11 +0000 (-0800) Subject: meson: install dri internal header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91244db1864d55769aaac44d59a7d486ee31aaf8;p=mesa.git meson: install dri internal header Reported-by: Marc Dietrich Signed-off-by: Dylan Baker Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- 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