2018-08-24 07:35:02 +00:00
|
|
|
#ifndef WLR_CONFIG_H
|
|
|
|
#define WLR_CONFIG_H
|
|
|
|
|
2021-03-26 15:28:37 +00:00
|
|
|
#mesondefine WLR_HAS_DRM_BACKEND
|
|
|
|
#mesondefine WLR_HAS_LIBINPUT_BACKEND
|
2018-08-24 07:35:02 +00:00
|
|
|
#mesondefine WLR_HAS_X11_BACKEND
|
|
|
|
|
2021-04-09 02:48:01 +00:00
|
|
|
#mesondefine WLR_HAS_GLES2_RENDERER
|
|
|
|
|
2018-08-24 07:35:02 +00:00
|
|
|
#mesondefine WLR_HAS_XWAYLAND
|
|
|
|
|
|
|
|
#endif
|