diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2012-07-30 14:51:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 10:45:57 +0100 |
commit | 3ea5c742c825574b7e475d6d12060b1b6429ef6b (patch) | |
tree | 791845e0ddb2cbccf731abce17b15d056967c350 /meta/conf/machine/qemux86-64.conf | |
parent | aef0371ebafe1b0befe1ad96cc45aa46daba32b3 (diff) | |
download | poky-3ea5c742c825574b7e475d6d12060b1b6429ef6b.tar.gz |
core: Prefer mesa-dri as virtual/libopengles1/2 provider
Wihtout it, you have both mesa-dri and mesa-xlib as providers. Let's
prefer the accelerated version.
(From OE-Core rev: 9f83d93c65942f9ed1b25a24976f92ae06c425c8)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemux86-64.conf')
-rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 998ef60401..285054ab3d 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
@@ -4,6 +4,8 @@ | |||
4 | 4 | ||
5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |
7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa-dri" | ||
8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa-dri" | ||
7 | 9 | ||
8 | require conf/machine/include/tune-x86_64.inc | 10 | require conf/machine/include/tune-x86_64.inc |
9 | 11 | ||