From 3dfb945730e2fdd787418364c67b9d4414cddb4b Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 17 Aug 2012 12:46:46 +0300 Subject: raspberrypi.conf: Weakly assign PREFERRED_PROVIDER_virtual/egl Use vc-graphics-hardfp by default as virtual/egl and let the user overwrite this. Signed-off-by: Andrei Gherzan --- conf/machine/raspberrypi.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 9828c76..4c90637 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf @@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" MACHINE_KERNEL_PR = "r4" PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" - +PREFERRED_PROVIDER_virtual/egl := "vc-graphics-hardfp" XSERVER = " \ xserver-xorg \ xf86-input-evdev \ -- cgit v1.2.3-54-g00ecf