Skip to content

Commit 39e1936

Browse files
A6GibKmbilelmoussaoui
authored andcommitted
meson: Bump minimum meson version to 1.7
Debian 13 comes with this, allows to rename meson_options.txt to meson.options.
1 parent 2c6d424 commit 39e1936

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pam/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'oo7-pam',
33
'rust',
44
version: '0.6.0',
5-
meson_version: '>= 0.61.0',
5+
meson_version: '>= 1.7',
66
)
77

88
is_devel = get_option('profile') == 'development'

portal/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'oo7-portal',
33
'rust',
44
version: '0.1.0',
5-
meson_version: '>= 0.61.0',
5+
meson_version: '>= 1.7',
66
)
77

88
dbus_name = 'org.freedesktop.impl.portal.desktop.oo7'

server/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'oo7-daemon',
33
'rust',
44
version: '0.1.0',
5-
meson_version: '>= 0.61.0',
5+
meson_version: '>= 1.7',
66
)
77

88
i18n = import('i18n')

0 commit comments

Comments
 (0)