Add gamma_control skeleton

This commit is contained in:
emersion 2017-09-06 14:48:27 +02:00
parent 586ae674ae
commit 1b588e7c1f
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 178 additions and 0 deletions

View file

@ -19,6 +19,7 @@ lib_wlr_types = static_library(
'wlr_wl_shell.c',
'wlr_compositor.c',
'wlr_box.c',
'wlr_gamma_control.c',
),
include_directories: wlr_inc,
dependencies: [wayland_server, pixman, wlr_protos],