mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
alacritty: add missing dependency
This commit is contained in:
parent
067a0cf617
commit
b87103aaf0
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.13.1
|
version=0.13.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
make_install_args="--path alacritty"
|
make_install_args="--path alacritty"
|
||||||
hostmakedepends="pkg-config python3 scdoc"
|
hostmakedepends="pkg-config python3 scdoc"
|
||||||
makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
|
makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
|
||||||
depends="libXcursor libXrandr libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
|
depends="libXcursor libXrandr libXi libXxf86vm ncurses
|
||||||
|
alacritty-terminfo-${version}_${revision} libxkbcommon-x11"
|
||||||
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
short_desc="Cross-platform, GPU-accelerated terminal emulator"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue