libxkbcommon: revert to pkg-config

[ci skip]
This commit is contained in:
maxice8 2019-02-24 23:25:40 -03:00
parent 2f365beb67
commit 264b021865
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,11 +1,11 @@
# Template file for 'libxkbcommon'
pkgname=libxkbcommon
version=0.8.4
revision=1
revision=2
wrksrc="${pkgname}-${pkgname#lib}-${version}"
build_style=meson
configure_args="-Denable-wayland=true -Denable-docs=false -Denable-x11=true"
hostmakedepends="pkgconf bison wayland-protocols"
hostmakedepends="pkg-config bison wayland-protocols"
makedepends="xkeyboard-config libxcb-devel wayland-devel"
depends="xkeyboard-config"
short_desc="Library to handle keyboard descriptions"