Add terminus-font as a runtime depency for st.
As st configures its font during compile time, running it without the right font can be pretty unusable. If someone wants to run it with a different font they'll have to recompile it anyway.
This commit is contained in:
parent
8a966d1b88
commit
7e45f91678
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=3
|
|||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fontconfig-devel libX11-devel libXft-devel terminus-font"
|
||||
depends="ncurses"
|
||||
depends="ncurses terminus-font"
|
||||
short_desc="Simple terminal implementation for X"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue