Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-14 | screensaver: Fix encoding of ScreenSaverSuspend 'suspend' element | Keith Packard | |
Was using Bool, which is not a defined X protocol encoding type and has presumably been a 32-bit type. Switch to a CARD32 to be compatible while at least being well defined. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Mihai Moldovan <ionic@ionic.de> | |||
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> | |||
2005-05-09 | Change all the protonames from <extension>Ext to <extension>Proto. | Søren Sandmann Pedersen | |