SIGN IN SIGN UP
obsproject / obs-studio UNCLAIMED

OBS Studio - Free and open source software for live streaming and screen recording

cmake: Depend entirely on pkg-config if found for VPL

Released versions of VPL have a pkg-config that orders dependencies
before the main VPL library. This causes our library searching with
pkg-config hints to instead search for the first dependency of VPL.

Instead just import the pkg-config definition directly and use it. This
is a bit more correct as all the dependencies will be correctly linked.

Also install the library since the debian package doesnt seem to depend
on the library itself...

fixes #9573
K
Kurt Kartaltepe committed
9b98686c3109dfddbdff4fe1cc5700cd91ed8c10
Parent: 773e45b
Committed by Ryan Foster <ryan@obsproject.com> on 10/9/2023, 3:53:59 PM