[oe-commits] Khem Raj : xserver-xorg: Add mesa-dri to depends instead of virtual/libgl

git at git.openembedded.org git at git.openembedded.org
Mon Oct 24 14:09:37 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: 966f28c29a149dca3035e2c37ccf54ed82713bdf
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=966f28c29a149dca3035e2c37ccf54ed82713bdf

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Oct 19 21:10:00 2011 -0700

xserver-xorg: Add mesa-dri to depends instead of virtual/libgl

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>

---

 .../recipes-graphics/xorg-xserver/xserver-xorg.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index 9246b06..b387790 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -1,7 +1,7 @@
 require xserver-xorg-common.inc
 
 PROTO_DEPS += "xf86driproto dri2proto"
-LIB_DEPS += "virtual/libgl"
+LIB_DEPS += "mesa-dri"
 
 EXTRA_OECONF += "\
                  --enable-dri \





More information about the Openembedded-commits mailing list