mirror of
https://github.com/WayfireWM/wf-osk.git
synced 2025-04-17 18:06:46 +02:00
* proto: added layer-shell support * added clara header file helper for parsing the cli options. * cli: added command line options * style: fixed style issues * exiting main loop on close * port to gtk-layer-shell * fixup! port to gtk-layer-shell * implement custom header-bar * update wayfire-shell-v2
4 lines
182 B
Meson
4 lines
182 B
Meson
executable('wf-osk', ['main.cpp', 'wayland-window.cpp', 'virtual-keyboard.cpp', 'shared/os-compatibility.c'],
|
|
dependencies: [gtkmm, wf_protos, gtkls],
|
|
install: true)
|