|
2 | 2 |
|
3 | 3 | # https://github.com/linuxmint/cinnamon-desktop |
4 | 4 | project('cinnamon-desktop', 'c', version: '5.8.0', |
5 | | - meson_version: '>=0.50.0' |
| 5 | + meson_version: '>=0.56.0' |
6 | 6 | ) |
7 | 7 |
|
8 | 8 | # Before making a release, the LT_VERSION string should be modified. |
@@ -57,7 +57,7 @@ cinnamon_deps = [ |
57 | 57 |
|
58 | 58 | use_alsa = get_option('alsa') |
59 | 59 |
|
60 | | -xkb_base = xkbconf.get_pkgconfig_variable('xkb_base') |
| 60 | +xkb_base = xkbconf.get_variable(pkgconfig: 'xkb_base') |
61 | 61 |
|
62 | 62 | # Path to the pnp.ids file -- to know if we use one shipped with another |
63 | 63 | # package, or an internal file |
@@ -129,7 +129,7 @@ message('\n'.join([ |
129 | 129 | ' sysconfdir: ' + get_option('sysconfdir'), |
130 | 130 | ' localstatedir: ' + get_option('localstatedir'), |
131 | 131 | ' datadir: ' + get_option('datadir'), |
132 | | - ' source code location: ' + meson.source_root(), |
| 132 | + ' source code location: ' + meson.project_source_root(), |
133 | 133 | ' compiler: ' + cc.get_id(), |
134 | 134 | ' debugging support: ' + get_option('buildtype'), |
135 | 135 | ' Use *_DISABLE_DEPRECATED: @0@'.format(get_option('deprecation_warnings')), |
|
0 commit comments