Skip to content

Commit

Permalink
Bump required Adwaita version (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Apr 25, 2024
1 parent 45a8dca commit 0a9039a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Date & Time Settings
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-datetime/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/datetime/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

![screenshot](data/screenshot.png?raw=true)

Expand All @@ -8,7 +8,7 @@
You'll need the following dependencies:

* libgranite-7-dev
* libadwaita-1-dev
* libadwaita-1-dev >= 1.4.0
* libswitchboard-3-dev
* meson
* valac
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shared_module(
dependency('gobject-2.0'),
dependency('granite-7'),
dependency('gtk4'),
dependency('libadwaita-1'),
dependency('libadwaita-1', version: '>=1.4.0'),
meson.get_compiler('vala').find_library('posix'),
switchboard_dep,
meson.get_compiler('c').find_library('m', required : false)
Expand Down

0 comments on commit 0a9039a

Please sign in to comment.