From bdb6b72284e1560725098db11cdf745c54ee6139 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 25 Feb 2014 13:49:40 +0200 Subject: 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 --- conf/machine/include/rpi-default-providers.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/machine') 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" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" PREFERRED_PROVIDER_virtual/egl ?= "userland" PREFERRED_PROVIDER_virtual/libgles2 ?= "userland" +PREFERRED_PROVIDER_virtual/libgl ?= "mesa-gl" +PREFERRED_PROVIDER_virtual/mesa ?= "mesa-gl" PREFERRED_PROVIDER_jpeg = "jpeg" -- cgit v1.2.3-54-g00ecf