From 10d1c28a88fc4b9ed3930322fd54cc2da3de9153 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Tue, 10 Dec 2019 00:05:20 +0100 Subject: [PATCH] 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 --- projects/RPi/devices/RPi4/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/RPi/devices/RPi4/options b/projects/RPi/devices/RPi4/options index 958e247539..f64c39afc8 100644 --- a/projects/RPi/devices/RPi4/options +++ b/projects/RPi/devices/RPi4/options @@ -14,4 +14,4 @@ OPENGLES="mesa" GRAPHIC_DRIVERS="vc4" KODIPLAYER_DRIVER="mesa" - unset KODI_VENDOR + KODI_VENDOR="default"