Skip to content

contrib: use a more specific name for the build folder

Steve Lhomme requested to merge robUx4/vlc:unified-build-dir into master

It should be safe to delete build folders in one call: find . -mindepth 3 -maxdepth 4 -type d -name vlc_build -exec rm -rf {} ;

Plus a fix contrib fixes/cleanup.


v2:

  • add BUILD_DIRUNPACK since pkg_static works inside UNPACK_DIR
  • avoid patching .pc files during build

v3:

  • remove fontconfig changes, it's built out of tree yet

v4:

Edited by Steve Lhomme

Merge request reports