mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-21 06:46:46 -04:00
17 lines
314 B
C
17 lines
314 B
C
#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_XWAYLAND
|
|
|
|
#mesondefine WLR_HAS_UDEV
|
|
#mesondefine WLR_HAS_DEMI
|
|
|
|
#endif
|