diff options
author | emersion <contact@emersion.fr> | 2018-11-05 22:51:23 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-11-06 08:29:23 +0100 |
commit | 2d0c5ec78eb975981b1d194fa9d4bc80b894748d (patch) | |
tree | 5a6490bd77c39e45c23729a826a29754c77b8d15 /examples/meson.build | |
parent | d7b010024a4e46acb1eb5c54c1ce31dd816fb995 (diff) |
Use _POSIX_C_SOURCE, use shm_open
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/meson.build b/examples/meson.build index 369c7049..90dbeca8 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -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', |