registry: Add a great big list of protocol names, like the XErrorDB that
ships with Xlib. This is considered temporary, until server-side XCB can solve the problem programmatically.
This commit is contained in:
parent
c0f9e204ba
commit
9b0e72c8d9
|
@ -42,6 +42,10 @@ INCLUDES = -I$(top_srcdir)/Xprint
|
|||
|
||||
EXTRA_DIST = buildatoms BuiltInAtoms CHANGES Xserver.d Xserver-dtrace.h.in
|
||||
|
||||
# Install list of protocol names
|
||||
miscconfigdir = $(SERVER_MISC_CONFIG_PATH)
|
||||
dist_miscconfig_DATA = protocol.txt
|
||||
|
||||
if XSERVER_DTRACE
|
||||
# Generate dtrace header file for C sources to include
|
||||
BUILT_SOURCES = Xserver-dtrace.h
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue