conda-forge / gstreamer-feedstock

A conda-smithy repository for gstreamer.
BSD 3-Clause "New" or "Revised" License
9 stars 28 forks source link

requires.private zlib and pkgconfig #83

Open hmaarrfk opened 1 year ago

hmaarrfk commented 1 year ago

Comment:

Pkgconfig seems to assume that you want to have the whole build system installed at once. It therefore recommends having zlib listed in requires.private

Emitting the flag of zlib makes downstream packages required to have zlib installed to compile gatreamer-audio (i hit this a while back, don't know where)

I'm not sure if we can just remove zlib from the PKGconfig all together.

https://people.freedesktop.org/~dbn/pkg-config-guide.html#faq

Cc @h-vetinari