Create shared.PROFILE

This commit is contained in:
kramo
2023-05-27 19:36:49 +02:00
parent 101eb1f07c
commit 12ad5c598e
3 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ conf.set('PYTHON', python.find_installation('python3').full_path())
conf.set('APP_ID', app_id)
conf.set('PREFIX', prefix)
conf.set('VERSION', meson.project_version())
conf.set('PROFILE', profile)
conf.set('localedir', join_paths(get_option('prefix'), get_option('localedir')))
conf.set('pkgdatadir', pkgdatadir)