From 5dcdb55e4c9963659e871338525665afaca77f4c Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Tue, 28 Jul 2020 23:20:20 +0200 Subject: [PATCH] bento4: add Linux-only dependency --- Formula/bento4.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/bento4.rb b/Formula/bento4.rb index 62b2f1d8564..bb442d8a1c1 100644 --- a/Formula/bento4.rb +++ b/Formula/bento4.rb @@ -16,6 +16,10 @@ class Bento4 < Formula depends_on xcode: :build depends_on "python@3.8" + on_linux do + depends_on "cmake" => :build + end + conflicts_with "gpac", because: "both install `mp42ts` binaries" conflicts_with "mp4v2", because: "both install `mp4extract` and `mp4info` binaries"