RPi4: set KODI_VENDOR to default

This change was missed when adding RPi4 support to LE master.

While unsetting KODI_VENDOR works fine ATM it's not correct and
should be fixed.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2019-12-10 00:05:20 +01:00
parent d0f5bf579c
commit 10d1c28a88

View File

@ -14,4 +14,4 @@
OPENGLES="mesa"
GRAPHIC_DRIVERS="vc4"
KODIPLAYER_DRIVER="mesa"
unset KODI_VENDOR
KODI_VENDOR="default"