From patchwork Thu Aug 7 12:32:01 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Mads_Dor=C3=A9_Hansen?= X-Patchwork-Id: 377823 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 4EC33140097 for ; Thu, 7 Aug 2014 22:32:18 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 976CF3FD83 for ; Thu, 7 Aug 2014 14:32:14 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from ispc7.dotserv.com (ssl7.dotserv.com [178.20.217.17]) by hugin.dotsrc.org (Postfix) with ESMTPS id A21FD3FBFD for ; Thu, 7 Aug 2014 14:32:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ispc7.dotserv.com (Postfix) with ESMTP id 4D32851400E for ; Thu, 7 Aug 2014 14:32:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ispc7.dotserv.com Received: from ispc7.dotserv.com ([127.0.0.1]) by localhost (ispc7.dotserv.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JNkxjZ7i7rmj for ; Thu, 7 Aug 2014 14:32:06 +0200 (CEST) Received: from localhost.localdomain (unknown [195.215.105.114]) (Authenticated sender: dore@madsdore.dk) by ispc7.dotserv.com (Postfix) with ESMTPSA id 1B01251400A for ; Thu, 7 Aug 2014 14:32:06 +0200 (CEST) From: =?UTF-8?q?Mads=20Dor=C3=A9?= To: dev@oe-lite.org Subject: [xorg 2/7] Mesa updates found during work on Linux Mint 17. Date: Thu, 7 Aug 2014 14:32:01 +0200 Message-Id: <1407414726-1710-2-git-send-email-dore@madsdore.dk> X-Mailer: git-send-email 2.0.4 In-Reply-To: <1407414726-1710-1-git-send-email-dore@madsdore.dk> References: <1407414726-1710-1-git-send-email-dore@madsdore.dk> X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/mesa/mesa-7.11.inc | 2 +- recipes/mesa/mesa-common.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"