From 6f55f7f9f0cab8c9c28fe43d40542b2dfd57a156 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 27 Aug 2012 16:36:25 +0300 Subject: raspberrypi.conf: Set PREFERRED_PROVIDER for egl, libgles2 and gl These variables are weakly assigned to let user overwrite them. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index c94286b..06daf73 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -18,7 +18,9 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_KERNEL_PR = "r4" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" -PREFERRED_PROVIDER_virtual/egl := "vc-graphics-hardfp" +PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp" +PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp" +PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp" XSERVER = " \ xserver-xorg \ xf86-input-evdev \ -- cgit v1.2.3-54-g00ecf