Skip to content

contrib: detect the system provided packages without the contrib built ones

Steve Lhomme requested to merge robUx4/vlc:contrib-need_pkg into master

The "Distribution-provided packages" of make list, a.k.a. PKGS_FOUND is supposed to reflect what is really coming from the system, not if it was previously built (and therefore will never be rebuilt).

Following a recent update of Debian unstable, the old doesn't work for me anymore. Previously built packaged are detected as FOUND and are never rebuilt.

Merge request reports

Loading