examples: add gamma-control

This commit is contained in:
emersion 2018-07-23 22:48:00 +01:00
parent 364afced3e
commit 1d97202ec2
3 changed files with 197 additions and 0 deletions

View file

@ -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',