mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-30 02:40:08 +01:00
XSERVER_DTRACE needs request names from registry too
The dtrace code in the server wants to log the name of each executed request, which it gets from the registry. Use that as an additional indication of when that portion of the registry should be included in the server build. See: http://tinderbox.x.org/builds/2014-09-19-0003/logs/xserver/#build Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Dave Airlie <airlied@gmail.com>
This commit is contained in:
parent
28337cb14e
commit
18935b41e1
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define X_REGISTRY_RESOURCE 1
|
||||
#endif
|
||||
|
||||
#if defined(XSELINUX) || defined(XCSECURITY)
|
||||
#if defined(XSELINUX) || defined(XCSECURITY) || defined(XSERVER_DTRACE)
|
||||
#define X_REGISTRY_REQUEST 1
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue