aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-10-19 21:10:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-24 14:28:19 +0100
commit966f28c29a149dca3035e2c37ccf54ed82713bdf (patch)
tree843bf7e9b85d4109b7235b91466b17cbcd00c680 /meta/recipes-graphics
parentca3de69db0410b56936f73b9811aea2f1a9d6cd8 (diff)
downloadopenembedded-core-contrib-966f28c29a149dca3035e2c37ccf54ed82713bdf.tar.gz
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@gmail.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg.inc2
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 9246b06ccc..b387790d10 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 \