[OE-core] [PATCH 1/4] xserver-xorg: Add mesa-dri to DEPENDS

Khem Raj raj.khem at gmail.com
Thu Oct 20 19:36:01 UTC 2011


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 at 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"
-- 
1.7.5.4





More information about the Openembedded-core mailing list