summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.10.bb5
-rw-r--r--meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb5
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
index 1984ff6a54..cca1cc9678 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.10.bb
@@ -8,7 +8,7 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat
8 8
9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" 9DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
10 10
11PR = "r1" 11PR = "r2"
12 12
13SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \ 13SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
14 file://talloc-removal.patch \ 14 file://talloc-removal.patch \
@@ -20,6 +20,9 @@ SRC_URI[sha256sum] = "bcf28f43f39c28da271c0f5857fb32898d4ade3e035e80a0ceece1c2df
20# most of our targets do not have DRI so will use mesa-xlib 20# most of our targets do not have DRI so will use mesa-xlib
21DEFAULT_PREFERENCE = "-1" 21DEFAULT_PREFERENCE = "-1"
22 22
23# Atom PCs have DRI support so use mesa-dri by default
24DEFAULT_PREFERENCE_atom-pc = "1"
25
23LEAD_SONAME = "libGL.so.1" 26LEAD_SONAME = "libGL.so.1"
24 27
25EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium" 28EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"
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 60edddf641..1b4606d43e 100644
--- a/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
+++ b/meta/recipes-graphics/mesa/mesa-dri_7.8.2.bb
@@ -7,7 +7,7 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
7 7
8DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native" 8DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} mesa-dri-glsl-native"
9 9
10PR = "r2" 10PR = "r3"
11 11
12SRC_URI += "file://crossfix.patch" 12SRC_URI += "file://crossfix.patch"
13 13
@@ -20,9 +20,6 @@ SRC_URI[mesademos.sha256sum] = "ea7b9ebfb7a80de2b275c0c9124c8a505382ec48411a2794
20# most of our targets do not have DRI so will use mesa-xlib 20# most of our targets do not have DRI so will use mesa-xlib
21DEFAULT_PREFERENCE = "-1" 21DEFAULT_PREFERENCE = "-1"
22 22
23# Atom PCs have DRI support so use mesa-dri by default
24DEFAULT_PREFERENCE_atom-pc = "1"
25
26LEAD_SONAME = "libGL.so.1" 23LEAD_SONAME = "libGL.so.1"
27 24
28EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium" 25EXTRA_OECONF += "--with-driver=dri --disable-egl --disable-gallium"