libxkbcommon: revert to pkg-config
[ci skip]
This commit is contained in:
parent
2f365beb67
commit
264b021865
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue