Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-24 | pkgconfig: Drop exec_prefix from the .pc.in files. | orbea | |
This is not used by xorg-devel which contains only headers. | |||
2018-06-13 | Remove libdir from pc files. | Jeremy Puhlman | |
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-01-16 | Fix .pc module versions | Adam Jackson | |
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> | |||
2009-08-03 | Bug 21939: windowswmproto has applewmproto leftovers in .pc.in | Alan Coopersmith | |
X.Org Bugzilla #21939: http://bugs.freedesktop.org/show_bug.cgi?id=21939 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2005-09-30 | Protocol module for WindowsWM | Adam Jackson | |