kodi-pvr / pvr.stalker

A PVR Client that connects Kodi to Stalker Middleware
GNU General Public License v2.0
41 stars 64 forks source link

Fix libxml2 version in CMakeLists #173

Closed thexai closed 2 years ago

thexai commented 2 years ago

This addon fails to build in UWP, see: https://jenkins.kodi.tv/view/Windows/job/WIN-UWP-64/17411/

The reason seems required libxml2 version is 2.9.10 but in CMaleLists.txt is 2.9.3 then causes some times not re-build (if is found 2.9.3 from other previous build addon).

When used 2.9.3 instead of 2.9.10 causes linker errors.

Tested building locally all pvr.* addons in batch same as Jenkins does.