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:
Kevin E Martin 2005-07-15 22:51:05 +00:00
commit a407fa373b
12 changed files with 67 additions and 44 deletions

View file

@ -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_ */