diff mbox

[xorg,2/7] Mesa updates found during work on Linux Mint 17.

Message ID 1407414726-1710-2-git-send-email-dore@madsdore.dk
State New
Delegated to: Jacob Kjaergaard
Headers show

Commit Message

Mads Doré Hansen Aug. 7, 2014, 12:32 p.m. UTC
---
 recipes/mesa/mesa-7.11.inc   | 2 +-
 recipes/mesa/mesa-common.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/recipes/mesa/mesa-7.11.inc b/recipes/mesa/mesa-7.11.inc
index 2f4ded4..ef159f5 100644
--- a/recipes/mesa/mesa-7.11.inc
+++ b/recipes/mesa/mesa-7.11.inc
@@ -1,7 +1,7 @@ 
 DEPENDS += "native:mesa-dri-glsl"
 
 
-SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/${PV}/MesaLib-${PV}.tar.bz2 \
+SRC_URI = "ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${PV}/MesaLib-${PV}.tar.bz2 \
            file://uclibc.patch \
            file://crossfix.patch \
            file://crossfix-mklib.patch \
diff --git a/recipes/mesa/mesa-common.inc b/recipes/mesa/mesa-common.inc
index a10ff6d..0050f3e 100644
--- a/recipes/mesa/mesa-common.inc
+++ b/recipes/mesa/mesa-common.inc
@@ -11,7 +11,7 @@  BUGTRACKER = "https://bugs.freedesktop.org"
 LICENSE = "MIT"
 
 PROTO_DEPS = "xf86driproto glproto"
-LIB_DEPS = "libx11 libxext"
+LIB_DEPS = "libx11 libxext libxi libxmu"
 
 DEPENDS = "native:makedepend native:python-runtime native:libxml2 ${PROTO_DEPS} ${LIB_DEPS}  libxxf86vm libxdamage libxfixes"
 DEPENDS_${PN}-dev += "xf86driproto glproto"