diff options
author | Jeremy Puhlman <jpuhlman@mvista.com> | 2018-06-12 23:04:04 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2018-06-13 11:40:13 -0400 |
commit | 91c1c8e1490c970379efb16784003426faec806e (patch) | |
tree | ea6e5473c1901e4fcbfd06dbd02f7dc90eafe7ea /xf86vidmodeproto.pc.in | |
parent | 95570b0641fdb043169c3aa470184a87ba8bcbee (diff) |
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
<libdir>/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 <jpuhlman@mvista.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'xf86vidmodeproto.pc.in')
-rw-r--r-- | xf86vidmodeproto.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xf86vidmodeproto.pc.in b/xf86vidmodeproto.pc.in index fcb74f2..ef062b3 100644 --- a/xf86vidmodeproto.pc.in +++ b/xf86vidmodeproto.pc.in @@ -1,6 +1,5 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@libdir@ includedir=@includedir@ Name: XF86VidModeProto |