diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-18 20:44:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-18 20:44:07 +0100 |
commit | 523eeb1062797a8562446fbefe9413a59540816b (patch) | |
tree | ab4191081a9c44000935e06cdbc4923fe06bd66e /packages/mesa/mesa-common.inc | |
parent | 67408da0bc4cafc5206d2af17b9c3fa71de3cbe1 (diff) |
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
Diffstat (limited to 'packages/mesa/mesa-common.inc')
-rw-r--r-- | packages/mesa/mesa-common.inc | 2 |
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/ } |