mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
25defbdb65
@ -1,3 +1,7 @@
|
||||
2.1.5
|
||||
- fixed rotorng
|
||||
- added wirbelscancontrol plugin
|
||||
|
||||
2.1.4
|
||||
- added live plugin
|
||||
- added rotorng plugin
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
PKG_NAME="vdr-addon"
|
||||
PKG_VERSION="2.1"
|
||||
PKG_REV="4"
|
||||
PKG_REV="5"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.openelec.tv"
|
||||
|
@ -0,0 +1,13 @@
|
||||
diff --git a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
|
||||
index dbdbb94..6f68715 100644
|
||||
--- a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
|
||||
+++ b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "../../lib/c++/xbmcclient.h"
|
||||
#endif
|
||||
//#ifndef WIN32
|
||||
-// #include <unistd.h>
|
||||
+ #include <unistd.h>
|
||||
//#endif
|
||||
#include "wiiuse.h"
|
||||
//#define ICON_PATH "../../"
|
@ -0,0 +1,13 @@
|
||||
diff --git a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
|
||||
index dbdbb94..6f68715 100644
|
||||
--- a/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
|
||||
+++ b/tools/EventClients/Clients/WiiRemote/WiiUse_WiiRemote.h
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "../../lib/c++/xbmcclient.h"
|
||||
#endif
|
||||
//#ifndef WIN32
|
||||
-// #include <unistd.h>
|
||||
+ #include <unistd.h>
|
||||
//#endif
|
||||
#include "wiiuse.h"
|
||||
//#define ICON_PATH "../../"
|
@ -26,7 +26,7 @@ PKG_LICENSE="nonfree"
|
||||
PKG_SITE="http://www.ati.com/"
|
||||
PKG_URL="http://www2.ati.com/drivers/linux/amd-driver-installer-`echo $PKG_VERSION | sed 's/\./-/'`-x86.x86_64.run"
|
||||
PKG_DEPENDS="linux libX11 libXinerama libXcomposite"
|
||||
PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite"
|
||||
PKG_BUILD_DEPENDS="toolchain util-macros libX11 libXinerama libXcomposite linux"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="x11/driver"
|
||||
PKG_SHORTDESC="xf86-video-fglrx: ATI binary Xorg driver"
|
||||
|
Loading…
x
Reference in New Issue
Block a user