mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples: add gamma-control
This commit is contained in:
parent
364afced3e
commit
1d97202ec2
3 changed files with 197 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue