mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-23 08:56:29 -05:00
Move allocator stuff into new directory
Add render/allocator/ and include/render/allocator/ to hold everything allocator-related.
This commit is contained in:
parent
b37731cdbb
commit
3ce2ea9e16
17 changed files with 35 additions and 34 deletions
9
render/allocator/meson.build
Normal file
9
render/allocator/meson.build
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
wlr_files += files(
|
||||
'allocator.c',
|
||||
'gbm.c',
|
||||
'shm.c',
|
||||
'drm_dumb.c',
|
||||
)
|
||||
|
||||
has = cc.has_function('gbm_bo_get_fd_for_plane', dependencies: [gbm])
|
||||
add_project_arguments('-DHAS_GBM_BO_GET_FD_FOR_PLANE=@0@'.format(has.to_int()), language: 'c')
|
||||
Loading…
Add table
Add a link
Reference in a new issue