You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
365 B
20 lines
365 B
#ifndef WLR_CONFIG_H
|
|
#define WLR_CONFIG_H
|
|
|
|
#mesondefine WLR_HAS_DRM_BACKEND
|
|
#mesondefine WLR_HAS_LIBINPUT_BACKEND
|
|
#mesondefine WLR_HAS_X11_BACKEND
|
|
|
|
#mesondefine WLR_HAS_GLES2_RENDERER
|
|
#mesondefine WLR_HAS_VULKAN_RENDERER
|
|
|
|
#mesondefine WLR_HAS_GBM_ALLOCATOR
|
|
|
|
#mesondefine WLR_HAS_XWAYLAND
|
|
|
|
#mesondefine WLR_HAS_SESSION
|
|
|
|
#mesondefine WLR_HAS_COLOR_MANAGEMENT
|
|
|
|
#endif
|