projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee57b15
)
meson: install dri internal header
author
Dylan Baker
<dylan@pnwbakers.com>
Thu, 30 Nov 2017 18:37:11 +0000
(10:37 -0800)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/include/meson.build
b/include/meson.build
index 35e7791507cbec19e55aeeccdbf4497d7006785f..bae6742c4d626dc51b3374608328758387872f77 100644
(file)
--- 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