diff options
author | Dylan Baker <[email protected]> | 2017-11-30 10:37:11 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-01 10:39:04 -0800 |
commit | 91244db1864d55769aaac44d59a7d486ee31aaf8 (patch) | |
tree | fa76b41424ae593e2669e7db19c0a2d12294fb4a /include | |
parent | ee57b15ec764736e2d5360beaef9fb2045ed0f68 (diff) |
meson: install dri internal header
Reported-by: Marc Dietrich <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'include')
-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 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 |