From 05f5be9f6d3b8dfbb3af3eeb2b26800ea0515de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 4 Apr 2011 09:21:55 -0400 Subject: [PATCH] Also update required kbproto version in .pc.in file --- xkbcommon.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xkbcommon.pc.in b/xkbcommon.pc.in index 0891944..5872327 100644 --- a/xkbcommon.pc.in +++ b/xkbcommon.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: xkbcommon Description: XKB API common to servers and clients Version: @PACKAGE_VERSION@ -Requires: xproto kbproto >= 1.0.5 +Requires: xproto kbproto >= 1.0.4 Cflags: -I${includedir} Libs: -L${libdir} -lxkbcommon