diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa-dri_git.bb')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa-dri_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_git.bb b/meta/recipes-graphics/mesa/mesa-dri_git.bb index fa0a7c8dc2..20bb9125d4 100644 --- a/meta/recipes-graphics/mesa/mesa-dri_git.bb +++ b/meta/recipes-graphics/mesa/mesa-dri_git.bb | |||
@@ -12,13 +12,13 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat" | |||
12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" | 12 | DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" |
13 | 13 | ||
14 | PV = "7.7+git${SRCPV}" | 14 | PV = "7.7+git${SRCPV}" |
15 | PR = "r0" | 15 | PR = "r1" |
16 | 16 | ||
17 | # most of our targets do not have DRI so will use mesa-xlib | 17 | # most of our targets do not have DRI so will use mesa-xlib |
18 | DEFAULT_PREFERENCE = "-1" | 18 | DEFAULT_PREFERENCE = "-1" |
19 | 19 | ||
20 | # Netbooks have DRI support so use mesa-dri by default | 20 | # Atom PCs have DRI support so use mesa-dri by default |
21 | DEFAULT_PREFERENCE_netbook = "1" | 21 | DEFAULT_PREFERENCE_atom-pc = "1" |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-xprogs" | 23 | PACKAGES =+ "${PN}-xprogs" |
24 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" | 24 | PACKAGES_DYNAMIC = "mesa-dri-driver-*" |