On Mon, 3 Oct 2022 10:48:37 +0200
"Mgr. Janusz Chmiel" <janusz.chm...@volny.cz> wrote:

> But unfortunately, I can not install
> libadwaita-1 so version 1 of this library. Typing
> Dnf install libadwaita-devel
> Install The development release of this library, 4 Alpha, but it is
> too new. As A result, Meson do not allow Me to use so new library.
> What do you think? Can i modify build script to exclude The version
> library numbers to avoid such errors? Or rather no, because resulting
> compiled Binary could be unusable and very unstable?
> 
> But how to find old version of libadwaita-1 version.

When I look in koji,
https://koji.fedoraproject.org/koji/packageinfo?packageID=34278
all versions of libadwaita in the repositories are so version 1.  Where
are you getting your version from?  If you are using dnf, it should be
pulling from the fedora repositories, and thus getting the correct so
version.

There are older versions of libadwaita there that you can download and
install using 
dnf -C [older version package name]
but you shouldn't need to do that if you need so version 1.

If the package you are compiling is looking for libadwaita-1 instead of
libadwaita, you could change that to the later version, as it is
probably a typo or misrepresentation of the library.

The upstream for libadwaita is at
https://gitlab.gnome.org/GNOME/libadwaita
if that doesn't work, and you can look there for the version you want,
but maybe you should ask the developers of the package you are trying
to compile to see what version they actually wanted.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to