mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-22 05:34:12 -04:00
Merge branch 'shm-mmap-offset' into 'main'
Add extended shared memory attach support Closes #217 See merge request wayland/wayland!161
This commit is contained in:
commit
e432b519bf
4 changed files with 144 additions and 42 deletions
|
|
@ -30,6 +30,7 @@ compiler_flags = [
|
|||
'-Wstrict-prototypes',
|
||||
'-Wmissing-prototypes',
|
||||
'-fvisibility=hidden',
|
||||
'-D_FILE_OFFSET_BITS=64',
|
||||
]
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue