14 lines
297 B
C
14 lines
297 B
C
|
/* xwayland-config.h.in: not at all generated. */
|
||
|
#ifndef _XWAYLAND_CONFIG_H_
|
||
|
#define _XWAYLAND_CONFIG_H_
|
||
|
|
||
|
#include <dix-config.h>
|
||
|
|
||
|
/* Build glamor support for Xwayland */
|
||
|
#undef XWL_HAS_GLAMOR
|
||
|
|
||
|
/* Build eglstream support for Xwayland */
|
||
|
#undef XWL_HAS_EGLSTREAM
|
||
|
|
||
|
#endif /* _XWAYLAND_CONFIG_H_ */
|