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.
18 lines
300 B
18 lines
300 B
#ifndef WLR_CONFIG_H
|
|
#define WLR_CONFIG_H
|
|
|
|
#mesondefine WLR_HAS_LIBCAP
|
|
|
|
#mesondefine WLR_HAS_SYSTEMD
|
|
#mesondefine WLR_HAS_ELOGIND
|
|
|
|
#mesondefine WLR_HAS_X11_BACKEND
|
|
#mesondefine WLR_HAS_RDP_BACKEND
|
|
|
|
#mesondefine WLR_HAS_XWAYLAND
|
|
|
|
#mesondefine WLR_HAS_XCB_ERRORS
|
|
#mesondefine WLR_HAS_XCB_ICCCM
|
|
|
|
#endif
|