mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Merge branch 'master' into xwayland-dnd
This commit is contained in:
commit
41fccb8507
4 changed files with 11 additions and 4 deletions
|
|
@ -9,5 +9,6 @@ version_data.set('WLR_VERSION_API_CURRENT', so_version[0])
|
|||
version_data.set('WLR_VERSION_API_REVISION', so_version[1])
|
||||
version_data.set('WLR_VERSION_API_AGE', so_version[2])
|
||||
|
||||
configure_file(output: 'config.h', install_dir: 'include/wlr', configuration: conf_data)
|
||||
configure_file(output: 'version.h', install_dir: 'include/wlr', configuration: version_data)
|
||||
wlr_inc_dest = join_paths(get_option('includedir'), 'wlr')
|
||||
configure_file(output: 'config.h', install_dir: wlr_inc_dest, configuration: conf_data)
|
||||
configure_file(output: 'version.h', install_dir: wlr_inc_dest, configuration: version_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue