mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Start addressing gstreamer deps on macos ci build
This commit is contained in:
parent
0436ca080b
commit
c97b988c57
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
tap "nlohmann/json"
|
||||
|
||||
brew "pkg-config"
|
||||
brew "clang-format"
|
||||
brew "cmake"
|
||||
brew "ninja"
|
||||
|
@ -7,3 +8,7 @@ brew "openssl"
|
|||
brew "qt5"
|
||||
brew "python3"
|
||||
brew "nlohmann_json"
|
||||
brew "gstreamer"
|
||||
brew "gst-plugins-base"
|
||||
brew "gst-plugins-good"
|
||||
brew "gst-plugins-bad"
|
Loading…
Reference in a new issue