mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
3 lines
162 B
Meson
3 lines
162 B
Meson
header_install_dir = 'include/@0@/wlr'.format(meson.project_name())
|
|
configure_file(output: 'config.h', install_dir: header_install_dir, configuration: conf_data)
|