From 62816410e35090b9a486a34aa1d2e99fb4822cd3 Mon Sep 17 00:00:00 2001 From: dkwo Date: Wed, 7 Jul 2021 21:21:16 +0200 Subject: [PATCH] libxkbcommon: revbump for xorgproto, add makedeps --- srcpkgs/libxkbcommon/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libxkbcommon/template b/srcpkgs/libxkbcommon/template index 3cfefeb295d..5cdadd1db7d 100644 --- a/srcpkgs/libxkbcommon/template +++ b/srcpkgs/libxkbcommon/template @@ -1,13 +1,13 @@ # Template file for 'libxkbcommon' pkgname=libxkbcommon version=1.3.0 -revision=1 +revision=2 wrksrc="${pkgname}-${pkgname#lib}-${version}" build_style=meson configure_args="-Denable-x11=true -Denable-docs=false -Denable-wayland=true -Denable-xkbregistry=false" hostmakedepends="pkg-config bison wayland-protocols wayland-devel" -makedepends="xkeyboard-config libxcb-devel wayland-devel wayland-protocols" +makedepends="xkeyboard-config libxcb-devel wayland-devel wayland-protocols xorgproto" depends="xkeyboard-config" short_desc="Library to handle keyboard descriptions" maintainer="Isaac Freund "