summaryrefslogtreecommitdiff
path: root/fixesproto.pc.in
AgeCommit message (Collapse)Author
2021-04-29xfixes: Add ClientDisconnectModeOlivier Fourdan
The Xserver itself is capable of terminating itself once all X11 clients are gone, yet in a typical full session, there are a number of X11 clients running continuously (e.g. the Xsettings daemon, IBus, etc.). Those always-running clients will prevent the Xserver from terminating, because the actual number of X11 clients will never drop to 0. To solve this issue directly at the Xserver level, this add new entries to the XFixes extension to let the X11 clients themselves specify the disconnect mode they expect. Typically, those X11 daemon clients would specify the disconnect mode XFixesClientDisconnectFlagTerminate to let the Xserver know that they should not be accounted for when checking the remaining clients prior to terminate. Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
2020-08-24pkgconfig: Drop exec_prefix from the .pc.in files.orbea
This is not used by xorg-devel which contains only headers.
2018-06-13Remove 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-16Fix .pc module versionsAdam 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-07-16fixesproto: adjust to split xext headersJulien Cristau
Protocol constants for shape were moved to shapeconst.h. Acked-By: Adam Jackson <ajax@redhat.com>
2006-02-24Import changes from Xorg repositoryKeith Packard
2006-02-24rename fixesext.pc.in to fixesproto.pc.in as per xorgKeith Packard