PKGBUILD: we depend on tllist and fcft instead of fontconfig/freetype

This commit is contained in:
Daniel Eklöf 2019-12-01 16:01:39 +01:00
parent 51a6631c19
commit efd27c41ad
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 6 additions and 4 deletions

View file

@ -9,12 +9,13 @@ makedepends=('meson' 'ninja' 'scdoc')
depends=(
'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm'
'wayland' 'wlroots'
'freetype2' 'fontconfig' 'pixman'
'pixman'
'libyaml'
'alsa-lib'
'libudev.so'
'json-c'
'libmpdclient')
'libmpdclient'
'tllist' 'fcft')
optdepends=('xcb-util-errors: better X error messages')
source=()

View file

@ -10,12 +10,13 @@ provides=('yambar')
makedepends=('meson' 'ninja' 'scdoc')
depends=(
'wayland' 'wlroots'
'freetype2' 'fontconfig' 'pixman'
'pixman'
'libyaml'
'alsa-lib'
'libudev.so'
'json-c'
'libmpdclient')
'libmpdclient'
'tllist' 'fcft')
source=()
pkgver() {