mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 16:58:09 +02:00
Replace more references to librsync
This commit is contained in:
2
.github/workflows/ci.py
vendored
2
.github/workflows/ci.py
vendored
@@ -42,7 +42,7 @@ def install_deps():
|
|||||||
run('sudo apt-get update')
|
run('sudo apt-get update')
|
||||||
run('sudo apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev ca-certificates'
|
run('sudo apt-get install -y libgl1-mesa-dev libxi-dev libxrandr-dev libxinerama-dev ca-certificates'
|
||||||
' libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh'
|
' libxcursor-dev libxcb-xkb-dev libdbus-1-dev libxkbcommon-dev libharfbuzz-dev libx11-xcb-dev zsh'
|
||||||
' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev librsync-dev uuid-dev'
|
' libpng-dev liblcms2-dev libfontconfig-dev libxkbcommon-x11-dev libcanberra-dev libxxhash-dev uuid-dev'
|
||||||
' zsh bash dash')
|
' zsh bash dash')
|
||||||
# for some reason these directories are world writable which causes zsh
|
# for some reason these directories are world writable which causes zsh
|
||||||
# compinit to break
|
# compinit to break
|
||||||
|
|||||||
2
Brewfile
2
Brewfile
@@ -1,6 +1,6 @@
|
|||||||
brew "pkg-config"
|
brew "pkg-config"
|
||||||
brew "zlib"
|
brew "zlib"
|
||||||
brew "librsync"
|
brew "xxhash"
|
||||||
brew "python"
|
brew "python"
|
||||||
brew "imagemagick"
|
brew "imagemagick"
|
||||||
brew "harfbuzz"
|
brew "harfbuzz"
|
||||||
|
|||||||
Reference in New Issue
Block a user