diff options
author | emersion <contact@emersion.fr> | 2018-07-23 22:48:00 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-08-02 23:33:59 +0100 |
commit | 1d97202ec2b9ca3c4b77e0cc5ab2a574c3938447 (patch) | |
tree | 09afcac663de47fa04b422658ad15f78b87867ab /examples/meson.build | |
parent | 364afced3e944db97b1f4534f161541478319d69 (diff) |
examples: add gamma-control
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index 26d20850..25ad7566 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -50,6 +50,12 @@ executable( dependencies: [wayland_cursor, wayland_client, wlr_protos, wlroots] ) +executable( + 'gamma-control', + 'gamma-control.c', + dependencies: [wayland_cursor, wayland_client, wlr_protos, wlroots] +) + if libavutil.found() and libavcodec.found() and libavformat.found() executable( 'dmabuf-capture', |