diff options
Diffstat (limited to 'conf/distro/include/raspberrypi.conf')
| -rw-r--r-- | conf/distro/include/raspberrypi.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/distro/include/raspberrypi.conf b/conf/distro/include/raspberrypi.conf index 8eada21..371befe 100644 --- a/conf/distro/include/raspberrypi.conf +++ b/conf/distro/include/raspberrypi.conf | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" | 1 | IMAGE_FSTYPES = "tar.gz ext3 rpi-sdimg" |
| 2 | 2 | ||
| 3 | PREFERRED_PROVIDER_virtual/libgles1 = "vc-graphics" | 3 | PREFERRED_PROVIDER_virtual/libgles1 = "userland" |
| 4 | PREFERRED_PROVIDER_virtual/libgl = "vc-graphics" | 4 | PREFERRED_PROVIDER_virtual/libgl = "userland" |
| 5 | 5 | ||
| 6 | MACHINE_EXTRA_INSTALL = "\ | 6 | MACHINE_EXTRA_INSTALL = "\ |
| 7 | vc-graphics \ | 7 | userland \ |
| 8 | " | 8 | " |
| 9 | 9 | ||
| 10 | MACHINE_EXTRA_INSTALL_SDK = " \ | 10 | MACHINE_EXTRA_INSTALL_SDK = " \ |
| 11 | vc-graphics-dev \ | 11 | userland-dev \ |
| 12 | " | 12 | " |
