libadwaita version dependency #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is your feature request related to a problem? Please describe.
No response
Describe the solution you'd like
Use libadwaita in system default version (like in Ubuntu 22's, libadwaita is v1.1.0)
--
or, is it possible to conditionally compile this project by libadwaita version?
Describe alternatives you've considered
I tried to compile this project and found out that libadwaita version >= 1.4 (at least) is used.
If the locally installed
libadwaitais not new, manyCAdwfunctions are not available, likeAdditional context
my libadwaita version is: 1.3.2
I really recommend developing either inside a Flatpak (take a look at the ŧemplate repository with a sample Flatpak manifest) or using Homebrew as a package manager. Using the latest GNOME runtime in the Flatpak, you always get the latest libadwaita version, and I try not to switch to the latest Libadwaita version faster than Homebrew.
I don't think there's a simple way to check the installed version and define which functions are available based on this (it is possible for Swift or platform versions, but not for system libraries).
Libadwaita 1.5 is required for this package to compile.