9f8647640b
Kodi 19 does not support rpbi as a specific core platform anymore and thus cannot be updated to use kodi 19 and its patches. It might be possible that kodi itelf work out of the box now using the gdm core platform using: ``` $ kodi --windowing=gbm ```
20 lines
654 B
Diff
20 lines
654 B
Diff
--- a/xbmc/windowing/GraphicContext.cpp 2019-11-16 12:12:49.000000000 +0100
|
|
+++ b/xbmc/windowing/GraphicContext.cpp 2020-01-16 21:15:35.293001948 +0100
|
|
@@ -6,6 +6,7 @@
|
|
* See LICENSES/README.md for more information.
|
|
*/
|
|
|
|
+#include <cassert>
|
|
#include "GraphicContext.h"
|
|
#include "WinSystem.h"
|
|
#include "Application.h"
|
|
--- a/xbmc/profiles/dialogs/GUIDialogProfileSettings.cpp 2019-11-16 12:12:49.000000000 +0100
|
|
+++ b/xbmc/profiles/dialogs/GUIDialogProfileSettings.cpp 2020-01-16 21:47:47.500101629 +0100
|
|
@@ -8,6 +8,7 @@
|
|
|
|
#include "GUIDialogProfileSettings.h"
|
|
|
|
+#include <cassert>
|
|
#include <utility>
|
|
|
|
#include "dialogs/GUIDialogFileBrowser.h"
|