mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
kodi: fixup patches, TexturePacker after PR13179
This commit is contained in:
parent
d7f77edb89
commit
fae8daf360
@ -33,7 +33,7 @@ PKG_CMAKE_SCRIPT="$(get_build_dir $MEDIACENTER)/tools/depends/native/TexturePack
|
||||
PKG_CMAKE_OPTS_HOST="-Wno-dev"
|
||||
|
||||
pre_configure_host() {
|
||||
export CXXFLAGS="$CXXFLAGS -std=c++11 -DTARGET_POSIX -DTARGET_LINUX -D_LINUX -I$(get_build_dir $MEDIACENTER)/xbmc/linux"
|
||||
export CXXFLAGS="$CXXFLAGS -std=c++11 -DTARGET_POSIX -DTARGET_LINUX -D_LINUX -I$(get_build_dir $MEDIACENTER)/xbmc/platform/linux"
|
||||
}
|
||||
|
||||
makeinstall_host() {
|
||||
|
@ -4,14 +4,14 @@ Date: Thu, 17 Apr 2014 12:12:50 +0300
|
||||
Subject: [PATCH 04/13] use udevil to umount
|
||||
|
||||
---
|
||||
xbmc/linux/PosixMountProvider.cpp | 2 +-
|
||||
xbmc/platform/linux/PosixMountProvider.cpp | 2 +-
|
||||
xbmc/storage/linux/UDevProvider.cpp | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/xbmc/linux/PosixMountProvider.cpp b/xbmc/linux/PosixMountProvider.cpp
|
||||
diff --git a/xbmc/platform/linux/PosixMountProvider.cpp b/xbmc/platform/linux/PosixMountProvider.cpp
|
||||
index 218d10b..57e94ca 100644
|
||||
--- a/xbmc/linux/PosixMountProvider.cpp
|
||||
+++ b/xbmc/linux/PosixMountProvider.cpp
|
||||
--- a/xbmc/platform/linux/PosixMountProvider.cpp
|
||||
+++ b/xbmc/platform/linux/PosixMountProvider.cpp
|
||||
@@ -133,7 +133,7 @@ bool CPosixMountProvider::Eject(const std::string& mountpath)
|
||||
{
|
||||
// just go ahead and try to umount the disk
|
||||
|
@ -7,13 +7,13 @@ on TZ country setting change, store the value in format
|
||||
TIMEZONE=Xx/Yyy to /storage/.cache/timezone to be used with
|
||||
tz-data.service
|
||||
---
|
||||
xbmc/linux/LinuxTimezone.cpp | 12 ++++++++++++
|
||||
xbmc/platform/linux/LinuxTimezone.cpp | 12 ++++++++++++
|
||||
1 file changed, 12 insertions(+)
|
||||
|
||||
diff --git a/xbmc/linux/LinuxTimezone.cpp b/xbmc/linux/LinuxTimezone.cpp
|
||||
diff --git a/xbmc/platform/linux/LinuxTimezone.cpp b/xbmc/platform/linux/LinuxTimezone.cpp
|
||||
index 372c119..0759a3b 100644
|
||||
--- a/xbmc/linux/LinuxTimezone.cpp
|
||||
+++ b/xbmc/linux/LinuxTimezone.cpp
|
||||
--- a/xbmc/platform/linux/LinuxTimezone.cpp
|
||||
+++ b/xbmc/platform/linux/LinuxTimezone.cpp
|
||||
@@ -43,6 +43,8 @@
|
||||
|
||||
#include <algorithm>
|
||||
|
Loading…
x
Reference in New Issue
Block a user