Skip to content

Commit

Permalink
Meson: fix minimum Adwaita version
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Aug 20, 2024
1 parent 898c6a5 commit f83f342
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Flathub](https://img.shields.io/flathub/v/com.github.cassidyjames.dippi?logo=flathub&logoColor=white&style=for-the-badge)][flathub]
[![Installs](https://img.shields.io/flathub/downloads/com.github.cassidyjames.dippi?label=Installs&logo=flathub&logoColor=white&style=for-the-badge)][flathub]
[![Only on Flathub](https://img.shields.io/badge/Only_on_Flathub-white?logo=flathub&logoColor=white&labelColor=black)][Only on Flathub]
[![Installs](https://img.shields.io/flathub/downloads/com.github.cassidyjames.clairvoyant?label=Installs)][Flathub]
[![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app)

![Icon](data/icons/com.github.cassidyjames.dippi.svg?raw=true)

Expand Down Expand Up @@ -54,4 +55,5 @@ If you want to hack on and build Dippi yourself, I recommend using GNOME Builder

- [Micah Ilbery](https://github.com/micahilbery) for the shiny icons

[flathub]: https://flathub.org/apps/details/com.github.cassidyjames.dippi
[Only on Flathub]: https://cassidyjames.com/apps#only-on-flathub
[Flathub]: https://flathub.org/apps/details/com.github.cassidyjames.dippi
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ executable(
config_file,
dependencies: [
dependency('gtk4', version: '>=4.14.4'),
dependency('libadwaita-1', version: '>=1.5.3'),
dependency('libadwaita-1', version: '>=1.5.2'),
meson.get_compiler('c').find_library('m', required : false)
],
install: true
Expand Down

0 comments on commit f83f342

Please sign in to comment.