conda-forge / libtheora-feedstock

A conda-smithy repository for libtheora.
BSD 3-Clause "New" or "Revised" License
0 stars 10 forks source link

Win build does not include pkg-config stuff #18

Open Tobias-Fischer opened 3 years ago

Tobias-Fischer commented 3 years ago

And thus it cannot be found in builds, see e.g. https://dev.azure.com/roboforge/ros_pipelines/_build/results?buildId=221&view=logs&j=741742f9-4d8d-5cb4-d505-fbc77d302dba&t=e2032d63-a24a-53f8-ed77-0549f944863c

/cc @seanyen @wolfv

wolfv commented 3 years ago

yeah the issue is that we're building on Win using a CMakeLists ... we could add the necessary bits to generate a pkg-config from it. or patch whoever needs theora to use find_library.