From 523eeb1062797a8562446fbefe9413a59540816b Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 18 Nov 2008 20:44:07 +0100 Subject: mesa 7.2: install internal headers like 7.0.2 did, xorg 1.5.x needs them, also enable swrast next to proper GL drivers * the missing headers where masked by a bug in packaged-staging where it seems to get confused by PE --- packages/mesa/mesa-common.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/mesa/mesa-common.inc') 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/ } -- cgit v1.2.3