summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-17 12:46:46 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-22 01:17:28 +0300
commit3dfb945730e2fdd787418364c67b9d4414cddb4b (patch)
treeb5db2d1210e5de897e116810dc779be0d47b98b0
parent452b7f5e097acd2751c52402485a499601eb1f14 (diff)
downloadmeta-raspberrypi-3dfb945730e2fdd787418364c67b9d4414cddb4b.tar.gz
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 <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf2
1 files changed, 1 insertions, 1 deletions
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}"
18MACHINE_KERNEL_PR = "r4" 18MACHINE_KERNEL_PR = "r4"
19 19
20PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 20PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
21 21PREFERRED_PROVIDER_virtual/egl := "vc-graphics-hardfp"
22XSERVER = " \ 22XSERVER = " \
23 xserver-xorg \ 23 xserver-xorg \
24 xf86-input-evdev \ 24 xf86-input-evdev \