[oe-commits] Martin Jansa : shr: add PREFERRED_PROVIDER_virtual/libgl

git version control git at git.openembedded.org
Tue Aug 3 07:24:57 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 59289d2567f7e17465a43220aee9459f082890c9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=59289d2567f7e17465a43220aee9459f082890c9

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug  2 16:30:47 2010 +0200

shr: add PREFERRED_PROVIDER_virtual/libgl

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 conf/distro/shr.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf
index 9fd156f..f345a22 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"
 





More information about the Openembedded-commits mailing list