mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Use subdir
This commit is contained in:
parent
924bf0f669
commit
a2ba226ba3
7 changed files with 82 additions and 65 deletions
10
render/meson.build
Normal file
10
render/meson.build
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
wlr_files += files(
|
||||
'matrix.c',
|
||||
'wlr_renderer.c',
|
||||
'wlr_surface.c',
|
||||
'gles2/pixel_format.c',
|
||||
'gles2/renderer.c',
|
||||
'gles2/shaders.c',
|
||||
'gles2/surface.c',
|
||||
'gles2/util.c',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue