From 7519914301a5cb2c5f0aedc5582f0da0e6eb3cdb Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 12 Jan 2018 15:02:29 -0500 Subject: Fix .pc module versions Just stuff the versions in the .pc file directly, @PACKAGE_VERSION@ is the version set in configure.ac which is now different. Signed-off-by: Adam Jackson --- xf86dgaproto.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xf86dgaproto.pc.in') diff --git a/xf86dgaproto.pc.in b/xf86dgaproto.pc.in index fd1fc6e..5c5f8b1 100644 --- a/xf86dgaproto.pc.in +++ b/xf86dgaproto.pc.in @@ -5,5 +5,5 @@ includedir=@includedir@ Name: XF86DGAProto Description: XF86DGA extension headers -Version: @PACKAGE_VERSION@ +Version: 2.1 Cflags: -I${includedir} -- cgit v1.2.3