From patchwork Sun Oct 23 18:26:55 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 17/27] xserver-xorg: Add mesa-dri to depends instead of virtual/libgl Date: Sun, 23 Oct 2011 18:26:55 -0000 From: Saul Wold X-Patchwork-Id: 13783 Message-Id: <87147f788e1bc0dedc39d8a32f65443d500a7da7.1319394187.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org From: Khem Raj 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 --- .../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 \