wf-roundedcorners/src/meson.build

4 lines
177 B
Meson
Raw Normal View History

2022-08-22 03:14:34 +08:00
rc = shared_module('rounded-corners', 'rounded-corners.cpp',
dependencies: [wayfire, wlroots],
install: true, install_dir: wayfire.get_variable(pkgconfig: 'plugindir'))