diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-02 16:30:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-03 09:24:24 +0200 |
commit | 59289d2567f7e17465a43220aee9459f082890c9 (patch) | |
tree | b28e75768300fd887130877bb47250546941ba6c /conf | |
parent | a3ce3df6c36c03be7cba90d2fa2b21a8e0bc8036 (diff) |
shr: add PREFERRED_PROVIDER_virtual/libgl
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | 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 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" |