mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
2 lines
162 B
Meson
2 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)
|