mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
PKGBUILD: add tllist and fcft dependencies
This commit is contained in:
parent
30f58bac56
commit
5fe34dc820
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -35,7 +35,8 @@ package_foot() {
|
||||||
depends=(
|
depends=(
|
||||||
'libxkbcommon'
|
'libxkbcommon'
|
||||||
'wayland'
|
'wayland'
|
||||||
'freetype2' 'fontconfig' 'pixman')
|
'freetype2' 'fontconfig' 'pixman'
|
||||||
|
'tllist' 'fcft')
|
||||||
optdepends=('foot-terminfo: terminfo for foot')
|
optdepends=('foot-terminfo: terminfo for foot')
|
||||||
|
|
||||||
DESTDIR="${pkgdir}/" ninja install
|
DESTDIR="${pkgdir}/" ninja install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue