mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Remove redundant dependency from deb build
This commit is contained in:
parent
3dabb9783e
commit
512fc61091
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ Alacritty is the fastest terminal emulator in existence. Using the GPU for \
|
|||
rendering enables optimizations that simply aren't possible in other emulators. \
|
||||
Alacritty currently supports FreeBSD, Linux, macOS, and OpenBSD. Windows \
|
||||
support is planned before the 1.0 release. """
|
||||
depends = "$auto, cmake, libfreetype6-dev, libfontconfig1-dev, xclip, gperf"
|
||||
depends = "$auto, cmake, libfreetype6-dev, libfontconfig1-dev, xclip"
|
||||
section = "rust"
|
||||
priority = "optional"
|
||||
assets = [
|
||||
|
|
Loading…
Reference in a new issue