Skip to content
Snippets Groups Projects

macOS/tools/contribs: support out of source build

Open Ankit Meel requested to merge ankitm/vlc:fix/out_of_source_build into master

Although contribs tarballs are placed in git repo, it doesn't interfere with meson. The implementation is similar to vlc's bootstrap/configure. TOOLS_BUILDDIR and CONTRIBS_BUILDDIR are relative to the caller pwd. Example invocation in vlcbuild directory:

TOOLS_BUILDDIR=./keep_tools/ CONTRIBS_BUILDDIR=./keep_contribs ../vlc/extras/package/macosx/build.sh


meson doesn't support having dependencies installed in the source dir. This eases supporting contribs and vlc with meson. And later support packaging the app using meson too.

Edited by Ankit Meel

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading