Remove glib-openssl from Brewfile and add instructions for refreshing local tap
This commit is contained in:
3
Brewfile
3
Brewfile
@@ -18,7 +18,6 @@ brew "boost"
|
||||
brew "icu4c"
|
||||
brew "glib" # provides glib-2.0 + gobject-2.0 (via pkg-config)
|
||||
brew "glib-networking" # TLS + GIO modules (helps macOS bundling via dist/macos/macgstcopy.sh)
|
||||
brew "glib-openssl" # alternative TLS backend for GIO
|
||||
brew "sqlite"
|
||||
brew "taglib"
|
||||
brew "gstreamer"
|
||||
@@ -27,6 +26,8 @@ brew "gstreamer"
|
||||
# Homebrew core doesn't consistently provide it, so this repo includes a local formula.
|
||||
# Homebrew requires formulae to be installed from a tap; `brew bundle` will tap *this repo*
|
||||
# using the current working directory (run `brew bundle` from the repo root).
|
||||
# If you previously tapped `strawberry/local` before `Formula/` existed, refresh it with:
|
||||
# brew untap strawberry/local && brew tap strawberry/local "file://$PWD"
|
||||
tap "strawberry/local", "file://#{Dir.pwd}"
|
||||
brew "strawberry/local/kdsingleapplication-qt6"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user