wlroots/include/wlr/config.h.in

19 lines
364 B
C
Raw Normal View History

#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
2021-01-16 15:10:00 +01:00
#mesondefine WLR_HAS_VULKAN_ALLOCATOR
#mesondefine WLR_HAS_XWAYLAND
#mesondefine WLR_HAS_SESSION
#endif