mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-05 06:47:25 -04:00
Remove all references to cairo; we now use pixman only
This commit is contained in:
parent
81107753bf
commit
f45e5c6aef
8 changed files with 14 additions and 66 deletions
3
PKGBUILD
3
PKGBUILD
|
|
@ -9,7 +9,7 @@ makedepends=('meson' 'ninja' 'scdoc')
|
|||
depends=(
|
||||
'libxkbcommon'
|
||||
'wayland'
|
||||
'freetype2' 'fontconfig' 'cairo')
|
||||
'freetype2' 'fontconfig' 'pixman')
|
||||
source=()
|
||||
|
||||
pkgver() {
|
||||
|
|
@ -25,4 +25,3 @@ build() {
|
|||
package() {
|
||||
DESTDIR="${pkgdir}/" ninja install
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue