From f19c767a79d02ea942e1f93e70164d698fdfa51b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 19 Sep 2015 07:29:01 +0200 Subject: [PATCH] xinput_calibrator: enable Xrandr support. --- srcpkgs/xinput_calibrator/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xinput_calibrator/template b/srcpkgs/xinput_calibrator/template index 2e0e101d8d2..179eebe9b94 100644 --- a/srcpkgs/xinput_calibrator/template +++ b/srcpkgs/xinput_calibrator/template @@ -1,10 +1,10 @@ # Template build file for 'xinput_calibrator'. pkgname=xinput_calibrator version=0.7.5 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" -makedepends="libXi-devel" +makedepends="libXrandr-devel libXi-devel" short_desc="Utility to calibrate X input devices" maintainer="Michael Aldridge " license="MIT/X11"