mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-02-04 21:09:49 +01:00
f41c411980
This is so we can potentially add comments to it, and so if a user looks at the installed header, they can see the /* #undef WLR_HAS_FEATURE */ line to see every option, even if not available.
19 lines
334 B
C
19 lines
334 B
C
#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_XWAYLAND
|
|
|
|
#mesondefine WLR_HAS_XCB_ERRORS
|
|
#mesondefine WLR_HAS_XCB_ICCCM
|
|
#mesondefine WLR_HAS_XCB_XKB
|
|
|
|
#mesondefine WLR_HAS_POSIX_FALLOCATE
|
|
|
|
#endif
|