21 lines
501 B
Plaintext
21 lines
501 B
Plaintext
/* xwayland-config.h.meson.in: not at all generated */
|
|
|
|
#pragma once
|
|
|
|
#include <dix-config.h>
|
|
|
|
/* Build glamor support for Xwayland */
|
|
#mesondefine XWL_HAS_GLAMOR
|
|
|
|
/* Build eglstream support for Xwayland */
|
|
#mesondefine XWL_HAS_EGLSTREAM
|
|
|
|
/* Build Xwayland with libdecor support*/
|
|
#mesondefine XWL_HAS_LIBDECOR
|
|
|
|
/* Build Xwayland with XWAYLAND extension */
|
|
#mesondefine XWL_HAS_XWAYLAND_EXTENSION
|
|
|
|
/* libwayland has support for wl_pointer.axis_v120 events */
|
|
#mesondefine XWL_HAS_WL_POINTER_AXIS_V120
|