diff options
Diffstat (limited to 'include/meson.build')
-rw-r--r-- | include/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build index 35e7791507..bae6742c4d 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 |