|
1 | 1 | project('audacious', 'c', 'cpp', |
2 | 2 | version: '4.6-devel', |
3 | | - meson_version: '>= 0.46', |
| 3 | + meson_version: '>= 0.53', |
4 | 4 | default_options: [ |
5 | 5 | 'c_std=gnu99', |
6 | 6 | 'cpp_std=gnu++17', |
@@ -235,22 +235,20 @@ pkg.generate( |
235 | 235 | ) |
236 | 236 |
|
237 | 237 |
|
238 | | -if meson.version().version_compare('>= 0.53') |
239 | | - summary({ |
240 | | - 'Prefix': get_option('prefix'), |
241 | | - 'Bin dir': get_option('bindir'), |
242 | | - 'Lib dir': get_option('libdir'), |
243 | | - 'Data dir': get_option('datadir'), |
244 | | - }, section: 'Directories') |
245 | | - |
246 | | - summary({ |
247 | | - 'D-Bus support': get_option('dbus'), |
248 | | - 'Qt 5 support': get_option('qt5'), |
249 | | - 'Qt 6 support': get_option('qt') and not get_option('qt5'), |
250 | | - 'GTK 2 support': get_option('gtk2'), |
251 | | - 'GTK 3 support': get_option('gtk') and not get_option('gtk2'), |
252 | | - 'Libarchive support': get_option('libarchive'), |
253 | | - 'Valgrind analysis support': get_option('valgrind'), |
254 | | - 'Build stamp': get_option('buildstamp'), |
255 | | - }, section: 'Configuration') |
256 | | -endif |
| 238 | +summary({ |
| 239 | + 'Prefix': get_option('prefix'), |
| 240 | + 'Bin dir': get_option('bindir'), |
| 241 | + 'Lib dir': get_option('libdir'), |
| 242 | + 'Data dir': get_option('datadir'), |
| 243 | +}, section: 'Directories') |
| 244 | + |
| 245 | +summary({ |
| 246 | + 'D-Bus support': get_option('dbus'), |
| 247 | + 'Qt 5 support': get_option('qt5'), |
| 248 | + 'Qt 6 support': get_option('qt') and not get_option('qt5'), |
| 249 | + 'GTK 2 support': get_option('gtk2'), |
| 250 | + 'GTK 3 support': get_option('gtk') and not get_option('gtk2'), |
| 251 | + 'Libarchive support': get_option('libarchive'), |
| 252 | + 'Valgrind analysis support': get_option('valgrind'), |
| 253 | + 'Build stamp': get_option('buildstamp'), |
| 254 | +}, section: 'Configuration') |
0 commit comments