diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb index ffd885f293..caa9b2ecbc 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb | |||
@@ -7,15 +7,15 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
7 | 7 | ||
8 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native" | 8 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI += "file://crossfix.patch" | 12 | SRC_URI += "file://crossfix.patch" |
13 | 13 | ||
14 | # most of our targets do not have DRI so will use mesa-xlib | 14 | # most of our targets do not have DRI so will use mesa-xlib |
15 | DEFAULT_PREFERENCE = "-1" | 15 | DEFAULT_PREFERENCE = "-1" |
16 | 16 | ||
17 | # Netbooks have DRI support so use mesa-dri by default | 17 | # Atom PCs have DRI support so use mesa-dri by default |
18 | DEFAULT_PREFERENCE_netbook = "1" | 18 | DEFAULT_PREFERENCE_atom-pc = "1" |
19 | 19 | ||
20 | LEAD_SONAME = "libGL.so.1" | 20 | LEAD_SONAME = "libGL.so.1" |
21 | 21 | ||