Skip to content

Commit

Permalink
Granite version should be >=5.3.0 #346 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
shimataro authored Sep 24, 2024
1 parent 7d19ae3 commit b83f9c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you like Sequeler and you want to support its development, consider donating
## Install it from source
You can install Sequeler by compiling from source, here's the list of dependencies required:
- `gtk+-3.0>=3.22.29`
- `granite>=5.2`
- `granite>=5.3`
- `glib-2.0`
- `gee-0.8`
- `gobject-2.0`
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ executable(
config_header,
dependencies: [
dependency('gtk+-3.0'),
dependency('granite', version: '>= 0.5.1'),
dependency('granite', version: '>= 5.3.0'),
dependency('glib-2.0'),
dependency('gee-0.8'),
dependency('gobject-2.0'),
Expand Down

0 comments on commit b83f9c1

Please sign in to comment.