From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS
Date: Thu, 20 Oct 2011 21:44:53 +0200 [thread overview]
Message-ID: <20111020194453.GL3522@jama.jama.net> (raw)
In-Reply-To: <15763124703d12326c8ba4d296a2b2680528c2da.1319139126.git.raj.khem@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1203 bytes --]
On Thu, Oct 20, 2011 at 12:36:01PM -0700, Khem Raj wrote:
> Fixes the compile problems e.g.
>
> | checking for GL... yes
> | checking for DRIPROTO... yes
> | checking for DRI... no
> | configure: error: Package requirements (glproto >= 1.4.14 dri >=
> 7.8.0) were not met:
> |
> | No package 'dri' found
> |
> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
> | installed software in a non-standard prefix.
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> .../xorg-xserver/xserver-xorg_1.11.1.bb | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb
> index 0f94fe2..2aa71e5 100644
> --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb
> +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.11.1.bb
> @@ -1,2 +1,3 @@
> require xserver-xorg.inc
> require xserver-xorg-${PV}.inc
> +DEPENDS += "mesa-dri"
You can do this in xserver-xorg.inc
just change
LIB_DEPS += "virtual/libgl" to
LIB_DEPS += "mesa-dri"
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2011-10-20 19:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-20 19:35 [PATCH 0/4] Update coreutils, libtool and fixes needed for gold Khem Raj
2011-10-20 19:36 ` [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS Khem Raj
2011-10-20 19:44 ` Martin Jansa [this message]
2011-10-20 21:42 ` Koen Kooi
2011-10-20 21:48 ` Martin Jansa
2011-10-20 21:49 ` [PATCH] default-providers: switch virtual/libgl from mesa-xlib to mesa-dri Martin Jansa
2011-10-21 5:58 ` [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS Koen Kooi
2011-10-20 22:39 ` Khem Raj
2011-10-20 19:36 ` [PATCH 2/4] gcc-4.6: Backport fix for PR32219 Khem Raj
2011-10-20 19:36 ` [PATCH 3/4] coreutils: Upgrade recipe 8.12 -> 8.14 Khem Raj
2011-10-20 19:36 ` [PATCH 4/4] libtool: Upgrade from 2.4 -> 2.4.2 Khem Raj
2011-10-26 20:04 ` [PATCH 0/4] Update coreutils, libtool and fixes needed for gold Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111020194453.GL3522@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox