pointer: add drm dumb buffers for cursors (#8399)
--------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
3fb47372b7
commit
20031cea92
8 changed files with 142 additions and 79 deletions
|
|
@ -31,7 +31,7 @@ if cpp_compiler.check_header('execinfo.h')
|
|||
add_project_arguments('-DHAS_EXECINFO', language: 'cpp')
|
||||
endif
|
||||
|
||||
aquamarine = dependency('aquamarine', version: '>=0.4.2')
|
||||
aquamarine = dependency('aquamarine', version: '>=0.4.5')
|
||||
add_project_arguments(['-DAQUAMARINE_VERSION="@0@"'.format(aquamarine.version())], language: 'cpp')
|
||||
|
||||
xcb_dep = dependency('xcb', required: get_option('xwayland'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue