mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Move drm up to os-support since the files are shared by multiple platforms.
Fix the dri and drm build. Fix server-side DMX extension build. Make
xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef
_HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers.
This commit is contained in:
parent
eb6fa0dc15
commit
a407fa373b
12 changed files with 67 additions and 44 deletions
|
|
@ -1,10 +1,14 @@
|
|||
/*
|
||||
* xkb-config.h.in: not at all generated.
|
||||
/* xkb-config.h.in: not at all generated. -*- c -*-
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _XKB_CONFIG_H_
|
||||
#define _XKB_CONFIG_H_
|
||||
|
||||
/* Default set of XKB rules. */
|
||||
#undef __XKBDEFRULES__
|
||||
|
||||
/* Path to XKB definitions. */
|
||||
#undef XKB_BASE_DIRECTORY
|
||||
|
||||
#endif /* _XKB_CONFIG_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue