diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-25 13:49:40 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-02-25 17:45:00 +0200 |
commit | bdb6b72284e1560725098db11cdf745c54ee6139 (patch) | |
tree | 53da00c5b39fc34af02cb60cd0c1fd74a7277844 /conf/machine | |
parent | 9d626df7b8e143f66e8ce9971605d60eae10a2b2 (diff) | |
download | meta-raspberrypi-bdb6b72284e1560725098db11cdf745c54ee6139.tar.gz |
mesa: Replace ugly fix for gles/egl
Use instead, the special created recipe mesa-gl which provides on libgl.
Change-Id: I5ed3c50a0a794f8ea63cc1906f0139ec47459fa6
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/rpi-default-providers.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/rpi-default-providers.inc b/conf/machine/include/rpi-default-providers.inc index 3c5b294..ee3a3ac 100644 --- a/conf/machine/include/rpi-default-providers.inc +++ b/conf/machine/include/rpi-default-providers.inc | |||
@@ -5,4 +5,6 @@ PREFERRED_PROVIDER_u-boot = "u-boot-rpi" | |||
5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" | 5 | PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
6 | PREFERRED_PROVIDER_virtual/egl ?= "userland" | 6 | PREFERRED_PROVIDER_virtual/egl ?= "userland" |
7 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" | 7 | PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" |
8 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl" | ||
9 | PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl" | ||
8 | PREFERRED_PROVIDER_jpeg = "jpeg" | 10 | PREFERRED_PROVIDER_jpeg = "jpeg" |