summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-08-27 16:36:25 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-08-29 00:05:20 +0300
commit6f55f7f9f0cab8c9c28fe43d40542b2dfd57a156 (patch)
tree3559e8bd77d95e121b216daa858b13807e9acc7e
parent2176dc0bbf7e5ce63f8a25d9cab873a1c651ec3a (diff)
downloadmeta-raspberrypi-6f55f7f9f0cab8c9c28fe43d40542b2dfd57a156.tar.gz
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 <andrei@gherzan.ro>
-rwxr-xr-xconf/machine/raspberrypi.conf4
1 files changed, 3 insertions, 1 deletions
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}"
18MACHINE_KERNEL_PR = "r4" 18MACHINE_KERNEL_PR = "r4"
19 19
20PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" 20PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
21PREFERRED_PROVIDER_virtual/egl := "vc-graphics-hardfp" 21PREFERRED_PROVIDER_virtual/egl ?= "vc-graphics-hardfp"
22PREFERRED_PROVIDER_virtual/libgles2 ?= "vc-graphics-hardfp"
23PREFERRED_PROVIDER_virtual/libgl ?= "vc-graphics-hardfp"
22XSERVER = " \ 24XSERVER = " \
23 xserver-xorg \ 25 xserver-xorg \
24 xf86-input-evdev \ 26 xf86-input-evdev \