kodi-pvr / pvr.nextpvr

Kodi's NextPVR client addon
GNU General Public License v2.0
22 stars 33 forks source link

[cmake] remove usage of kodi-platform #95

Closed olafhering closed 5 years ago

olafhering commented 5 years ago

The pvr.nextpvr binary addon does not use kodi-platform. Remove existing references from CMakeLists.txt and debian/control.

emveepee commented 5 years ago

Is there a specific reason in Kodi that this is being requested? Although I was not aware of this historical reference, after a bit of research I would like to make use of the features in "util/XMLUtils.h" to clean up the tinyxml calls as I touch the code. There may be other useful features that we are missing.

Rechi commented 5 years ago

There is no reason to require a library which isn't used. If you want to use it eventually, you can readd it as dependency.