Skip to content

Commit

Permalink
Add mininum adwaita version
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Feb 16, 2024
1 parent d4b7747 commit c4869c3
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 @@ -9,7 +9,7 @@ An open, pay-what-you-want app store for indie developers.

You'll need the following dependencies:
* gettext
* libadwaita-1-dev
* libadwaita-1-dev (>= 1.4)
* libappstream-dev (>= 0.15.2)
* libflatpak-dev (>= 1.0.7)
* libgee-0.8-dev
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gio = dependency ('gio-2.0')
gee = dependency ('gee-0.8')
gtk = dependency ('gtk4')
granite = dependency ('granite-7', version: '>=7.3.0')
adwaita = dependency('libadwaita-1')
adwaita = dependency('libadwaita-1', version: '>=1.4')
appstream = dependency ('appstream', version: '>=0.15.2')
libsoup = dependency ('libsoup-3.0')
json = dependency ('json-glib-1.0')
Expand Down

0 comments on commit c4869c3

Please sign in to comment.