wf-osk/src/meson.build
Matteo Sozzi d28bd69671 Layer-shell support (#1)
* 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
2019-09-10 23:31:08 +02:00

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)