[oe-commits] Ross Burton : xserver-xorg: change mesa dependency to virtual/mesa

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 18:22:49 UTC 2013


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

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Sep 16 18:06:35 2013 +0000

xserver-xorg: change mesa dependency to virtual/mesa

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../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 ab8171c..969b84e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
@@ -124,7 +124,7 @@ EXTRA_OECONF += "--with-fop=no \
 
 PACKAGECONFIG ??= "udev ${@base_contains('DISTRO_FEATURES', 'opengl', 'dri dri2 glx', '', d)}"
 PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev"
-PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto mesa xf86driproto"
+PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86driproto"
 PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto"
 PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11"
 



More information about the Openembedded-commits mailing list