mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
ed1924800d
Allow selecting whether the GLES2 renderer gets enabled. Co-authored-by: Simon Ser <contact@emersion.fr>
8 lines
109 B
Meson
8 lines
109 B
Meson
pixman = dependency('pixman-1')
|
|
|
|
wlr_deps += pixman
|
|
|
|
wlr_files += files(
|
|
'pixel_format.c',
|
|
'renderer.c',
|
|
)
|