Skip to content

Commit

Permalink
Require only glib 2.72
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Apr 1, 2024
1 parent d173770 commit 667cdb7
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 @@ -14,7 +14,7 @@ Requirements
The following dependencies are required:

* `gtk3` (>= 3.24)
* `glib` (>= 2.74)
* `glib` (>= 2.72)

The following dependencies are optional:

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ localedir = get_option('localedir')

# required dependencies
libm = cc.find_library('m', required: false)
glib = dependency('glib-2.0', version: '>=2.74')
glib = dependency('glib-2.0', version: '>=2.72')
gtk3 = dependency('gtk+-3.0', version: '>=3.24')
pango = dependency('pango', version: '>=1.50')

Expand Down

0 comments on commit 667cdb7

Please sign in to comment.