mirror of
https://github.com/DigitalDevices/pvr.octonet.git
synced 2025-03-01 10:53:09 +00:00
[cmake] remove usage of kodi-platform
The pvr.octonet binary addon does not use kodi-platform. Remove existing references from CMakeLists.txt and debian/control. Add dependency to libp8-platform-dev because libkodiplatform-dev pulled that dependency in as a side effect. Fix that bug too by adding an explicit dependency. Signed-off-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
2
debian/control
vendored
2
debian/control
vendored
@@ -2,7 +2,7 @@ Source: kodi-pvr-octonet
|
||||
Priority: extra
|
||||
Maintainer: Julian Scheel <julian@jusst.de>
|
||||
Build-Depends: debhelper (>= 9.0.0), cmake, libjsoncpp-dev,
|
||||
libkodiplatform-dev (>= 16.0.0), kodi-addon-dev
|
||||
libp8-platform-dev, kodi-addon-dev
|
||||
Standards-Version: 3.9.4
|
||||
Section: libs
|
||||
Homepage: https://github.com/DigitalDevices/pvr.octonet
|
||||
|
Reference in New Issue
Block a user