Remove all references to cairo; we now use pixman only

This commit is contained in:
Daniel Eklöf 2019-08-16 22:11:22 +02:00
parent 81107753bf
commit f45e5c6aef
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
8 changed files with 14 additions and 66 deletions

View file

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