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:
Roger Braun 2015-11-30 22:58:40 +01:00
parent 8a966d1b88
commit 7e45f91678

View file

@ -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"