mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2023-10-10 13:36:57 +02:00
change to automatic depends set on addon.xml
This commit is contained in:
parent
2a63777b6d
commit
cd774b6edc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/build
|
||||
pvr.octonet/addon.xml
|
||||
|
@ -26,6 +26,11 @@ set(OCTONET_SOURCES
|
||||
src/Socket.cpp
|
||||
src/rtsp_client.cpp)
|
||||
|
||||
set(OCTONET_HEADERS
|
||||
src/client.h
|
||||
src/OctonetData.h
|
||||
src/Socket.h)
|
||||
|
||||
build_addon(pvr.octonet OCTONET DEPLIBS)
|
||||
|
||||
if(WIN32)
|
||||
|
@ -1,13 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<addon
|
||||
id="pvr.octonet"
|
||||
version="0.3.6"
|
||||
version="0.3.7"
|
||||
name="Digital Devices Octopus NET Client"
|
||||
provider-name="digitaldevices">
|
||||
<requires>
|
||||
<c-pluff version="0.1" />
|
||||
<import addon="xbmc.pvr" version="5.2.2" />
|
||||
</requires>
|
||||
<requires>@ADDON_DEPENDS@</requires>
|
||||
<extension
|
||||
point="xbmc.pvrclient"
|
||||
library_linux="pvr.octonet.so"
|
Loading…
x
Reference in New Issue
Block a user