diff options
Diffstat (limited to 'recipes/mesa/mesa-dri_7.8.bb')
-rw-r--r-- | recipes/mesa/mesa-dri_7.8.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/mesa/mesa-dri_7.8.bb b/recipes/mesa/mesa-dri_7.8.bb index f0d86ed04f..bad028942c 100644 --- a/recipes/mesa/mesa-dri_7.8.bb +++ b/recipes/mesa/mesa-dri_7.8.bb @@ -8,6 +8,7 @@ DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native mesa-dri-glsl-native" SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2;name=archive \ ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaDemos-${PV}.tar.bz2;name=demos \ file://fix-progs-makefile.patch;patch=1 \ + file://glamo.patch;patch=1 \ " SRC_URI[archive.md5sum] = "85cb891eecb89aae4fdd3499cccd934b" SRC_URI[archive.sha256sum] = "8c85db5844303b806b18fc6bd40a9dccb02d90b54878a94f910674673ba0aa35" @@ -18,6 +19,7 @@ PR = "${INC_PR}.0" # most of our targets do not have DRI so will use mesa-xlib DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_shr = "2" # ASUS EeePC 901 has DRI support so use mesa-dri by default DEFAULT_PREFERENCE_eee901 = "1" |