Use subdir

This commit is contained in:
Scott Anderson 2017-07-11 09:56:54 +12:00
parent 924bf0f669
commit a2ba226ba3
7 changed files with 82 additions and 65 deletions

10
render/meson.build Normal file
View 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',
)