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-xlib_7.10.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb
index 5cc719e628..c8eb88fbf6 100644
--- a/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb
+++ b/meta/recipes-graphics/mesa/mesa-xlib_7.10.bb
@@ -12,9 +12,9 @@ LIC_FILES_CHKSUM = "file://docs/license.html;md5=7a3373c039b6b925c427755a4f779c1
12PROTO_DEPS = "xf86driproto glproto" 12PROTO_DEPS = "xf86driproto glproto"
13LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native" 13LIB_DEPS = "virtual/libx11 libxext libxxf86vm libxdamage libxfixes libxml2-native"
14 14
15DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}" 15DEPENDS = "${PROTO_DEPS} ${LIB_DEPS} makedepend-native"
16 16
17PE = "1" 17PE = "1"
18PR = "r0" 18PR = "r1"
19 19
20EXTRA_OECONF += "--with-driver=xlib" 20EXTRA_OECONF += "--with-driver=xlib"