]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg: Add mesa-dri to depends instead of virtual/libgl
authorKhem Raj <raj.khem@gmail.com>
Thu, 20 Oct 2011 04:10:00 +0000 (21:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Oct 2011 13:28:19 +0000 (14:28 +0100)
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>
meta/recipes-graphics/xorg-xserver/xserver-xorg.inc

index 9246b06cccb922c5c39c5da4170781ccb0449a9f..b387790d10d339eec97e112ff1fa42ece232009c 100644 (file)
@@ -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 \