Commit graph

7 commits

Author SHA1 Message Date
orbea
daffc5b462 pkgconfig: Drop exec_prefix from the .pc.in files.
This is not used by xorg-devel which contains only headers.
2020-08-24 15:01:44 +00:00
Jeremy Puhlman
91c1c8e149 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>
2018-06-13 11:40:13 -04:00
Adam Jackson
7519914301 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 <ajax@redhat.com>
2018-01-16 11:13:00 -05:00
Alan Coopersmith
8d457f07ce Move xau from Requires to Requires.private in printproto.pc
The xau headers are required because Print.h has #include <X11/Xauth.h>
for the definition of the Xauth typedef, but software including this
header doesn't necessarily need to link with libXau.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-11-08 21:19:52 -08:00
Alan Coopersmith
5004848481 Strip trailing whitespace
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-11-08 21:15:23 -08:00
Kevin E Martin
353a1f812e Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps to work
    with separate build roots.
2005-11-19 07:15:48 +00:00
Søren Sandmann Pedersen
163d7443ea Change all the protonames from <extension>Ext to <extension>Proto. 2005-05-09 18:20:05 +00:00
Renamed from printext.pc.in (Browse further)