mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-22 05:34:01 -04:00
Implement power management
This commit is contained in:
parent
dcd64ae48b
commit
c050f2484c
5 changed files with 47 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ wayland_server = dependency('wayland-server')
|
|||
xkbcommon = dependency('xkbcommon')
|
||||
math = cc.find_library('m')
|
||||
|
||||
# Add wlroots protocol directory to include path
|
||||
wlroots_incdir = wlroots.get_variable('includedir', default_value: '/usr/local/include')
|
||||
add_project_arguments('-I' + wlroots_incdir + '/wlroots-0.19/protocol', language: 'c')
|
||||
|
||||
wl_protocol_dir = wayland_protos.get_variable('pkgdatadir')
|
||||
wayland_scanner = find_program('wayland-scanner')
|
||||
wayland_scanner_server = generator(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue