mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
alacritty: Missing dependency libXcursor and libXrandr
This commit is contained in:
parent
b070910565
commit
a5a19518ab
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'alacritty'
|
# Template file for 'alacritty'
|
||||||
pkgname=alacritty
|
pkgname=alacritty
|
||||||
version=0.10.1
|
version=0.10.1
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc="${pkgname}"
|
build_wrksrc="${pkgname}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config python3"
|
hostmakedepends="pkg-config python3"
|
||||||
makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
|
makedepends="freetype-devel fontconfig-devel libxcb-devel libxkbcommon-devel"
|
||||||
depends="libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
|
depends="libXcursor libXrandr libXi libXxf86vm ncurses alacritty-terminfo-${version}_${revision}"
|
||||||
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