summaryrefslogtreecommitdiff
path: root/packages/mesa/mesa-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mesa/mesa-common.inc')
-rw-r--r--packages/mesa/mesa-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/mesa/mesa-common.inc b/packages/mesa/mesa-common.inc
index b79c70a1e4..4254ba57b7 100644
--- a/packages/mesa/mesa-common.inc
+++ b/packages/mesa/mesa-common.inc
@@ -19,6 +19,8 @@ EXTRA_OECONF = "--enable-glu \
do_stage() {
autotools_stage_all
+ install -d ${STAGING_INCDIR}/GL/
+ cp -pPr ${S}/include/GL/internal* ${STAGING_INCDIR}/GL/
}