From: Martin Jansa Date: Mon, 2 Aug 2010 14:30:47 +0000 (+0200) Subject: shr: add PREFERRED_PROVIDER_virtual/libgl X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59289d2567f7e17465a43220aee9459f082890c9;p=openembedded.git shr: add PREFERRED_PROVIDER_virtual/libgl Signed-off-by: Martin Jansa --- diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 9fd156fc1f..f345a22909 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -172,6 +172,8 @@ require conf/distro/include/angstrom-jalimo.conf PREFERRED_PROVIDER_gpsd = "fso-gpsd" PREFERRED_PROVIDER_atd = "atd-over-fso" PREFERRED_PROVIDER_opkg = "opkg" +# virtual/libgl is used ie in xorg-xserver which is not MACHINE_ARCH so we need to keep it consistent across multiple machines using same xorg-xserver +PREFERRED_PROVIDER_virtual/libgl = "mesa-dri" PREFERRED_PROVIDER_virtual/libusb0 ?= "libusb" PREFERRED_PROVIDER_frameworkd-config = "frameworkd-config-shr"