mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
Use _POSIX_C_SOURCE, use shm_open
This commit is contained in:
parent
d7b010024a
commit
2d0c5ec78e
18 changed files with 32 additions and 61 deletions
|
|
@ -55,7 +55,7 @@ examples = {
|
|||
},
|
||||
'screenshot': {
|
||||
'src': 'screenshot.c',
|
||||
'dep': [wayland_client, wlr_protos, wlroots],
|
||||
'dep': [wayland_client, wlr_protos, rt],
|
||||
},
|
||||
'idle': {
|
||||
'src': 'idle.c',
|
||||
|
|
@ -96,7 +96,7 @@ examples = {
|
|||
},
|
||||
'screencopy': {
|
||||
'src': 'screencopy.c',
|
||||
'dep': [libpng, wayland_client, wlr_protos, wlroots],
|
||||
'dep': [libpng, wayland_client, wlr_protos, rt],
|
||||
},
|
||||
'toplevel-decoration': {
|
||||
'src': 'toplevel-decoration.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue