mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-28 05:40:11 -04:00
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',
|
|
)
|