summaryrefslogtreecommitdiff
path: root/xf86dgaproto.pc.in
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2018-06-12 23:04:04 -0700
committerAdam Jackson <ajax@redhat.com>2018-06-13 11:40:13 -0400
commit91c1c8e1490c970379efb16784003426faec806e (patch)
treeea6e5473c1901e4fcbfd06dbd02f7dc90eafe7ea /xf86dgaproto.pc.in
parent95570b0641fdb043169c3aa470184a87ba8bcbee (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 'xf86dgaproto.pc.in')
-rw-r--r--xf86dgaproto.pc.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/xf86dgaproto.pc.in b/xf86dgaproto.pc.in
index 5c5f8b1..e029cd4 100644
--- a/xf86dgaproto.pc.in
+++ b/xf86dgaproto.pc.in
@@ -1,6 +1,5 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
-libdir=@libdir@
includedir=@includedir@
Name: XF86DGAProto