
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
6 lines
119 B
Meson
6 lines
119 B
Meson
version_conf = configuration_data()
|
|
version_conf.set('VERSION', meson.project_version())
|
|
|
|
subdir('shell')
|
|
subdir('st')
|