Skip to content

Commit

Permalink
Add goa to depends. Only compatible with 3.50+
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Mar 22, 2024
1 parent 992ada1 commit c774d6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Build-Depends:
debhelper-compat (= 13),
libglib2.0-dev (>= 2.44),
libgtk-4-dev (>= 3.0),
libgoa-1.0-dev (>= 3.50),
libgoa-backend-1.0-dev (>= 3.50),
meson (>= 0.53.0),
Standards-Version: 4.6.0
Homepage: https://github.com/linuxmint/gnome-online-accounts-gtk
Expand Down
3 changes: 2 additions & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ configure_file(output: 'config.h', configuration: config)
deps = [
dependency('glib-2.0', version: '>= 2.44'),
dependency('gtk4'),
dependency('goa-backend-1.0', version: '>= 3.25.3'),
dependency('goa-1.0', version: '>= 3.50'),
dependency('goa-backend-1.0', version: '>= 3.50'),
]

resources = gnome.compile_resources('gnome-online-accounts-gtk-resources',
Expand Down

0 comments on commit c774d6c

Please sign in to comment.