Skip to content

Commit

Permalink
build: Depend on meson 0.60
Browse files Browse the repository at this point in the history
As we're using some features included in such version
  • Loading branch information
3v1n0 committed Sep 6, 2024
1 parent cffbaed commit 146f6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Maintainer: Ubuntu Desktop Team <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-migrations,
Build-Depends-Indep: libglib2.0-dev,
meson (>= 0.59),
meson (>= 0.60),
libxml2-utils,
sassc,
Standards-Version: 4.6.2
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('Yaru',
version: '24.10.1',
meson_version: '>= 0.59',
meson_version: '>= 0.60',
license : ['GPL3', 'CC BY-SA 4.0'],
default_options: ['prefix=/usr'])

Expand Down

0 comments on commit 146f6a3

Please sign in to comment.