mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-17 01:32:22 +00:00
![ayaka](/assets/img/avatar_default.png)
Allow selecting whether the GLES2 renderer gets enabled. Co-authored-by: Simon Ser <contact@emersion.fr>
11 lines
152 B
C
11 lines
152 B
C
#ifndef WLR_CONFIG_H
|
|
#define WLR_CONFIG_H
|
|
|
|
#mesondefine WLR_HAS_X11_BACKEND
|
|
|
|
#mesondefine WLR_HAS_GLES2_RENDERER
|
|
|
|
#mesondefine WLR_HAS_XWAYLAND
|
|
|
|
#endif
|