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:
Demi Marie Obenour 2026-01-25 23:18:02 -05:00
commit e432b519bf
4 changed files with 144 additions and 42 deletions

View file

@ -30,6 +30,7 @@ compiler_flags = [
'-Wstrict-prototypes',
'-Wmissing-prototypes',
'-fvisibility=hidden',
'-D_FILE_OFFSET_BITS=64',
]
cc = meson.get_compiler('c')