From 91c1c8e1490c970379efb16784003426faec806e Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Tue, 12 Jun 2018 23:04:04 -0700 Subject: Remove libdir from pc files. Currently the pc files define libdir, however they are installed into /usr/share, which means they should be architecture agnostic. In a multilib system, xorg-proto built for each multilib abi, the value of libdir is going to be different. These should either be installed in /pkgconfig or they shouldn't define libdir, espeically since they don't actually use the definition. This specifically causes an issue when trying to install both abis at the same time, since they are not binary identical, something like rpm will complain that they conflict. Signed-off-by: Jeremy Puhlman Reviewed-by: Keith Packard --- xextproto.pc.in | 1 - 1 file changed, 1 deletion(-) (limited to 'xextproto.pc.in') diff --git a/xextproto.pc.in b/xextproto.pc.in index f66eeae..9419c91 100644 --- a/xextproto.pc.in +++ b/xextproto.pc.in @@ -1,6 +1,5 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@libdir@ includedir=@includedir@ Name: XExtProto -- cgit v1.2.3