[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#76663] [PATCH gnome-team] gnu: flatpak: Propagate inputs as require
From: |
Maxim Cournoyer |
Subject: |
[bug#76663] [PATCH gnome-team] gnu: flatpak: Propagate inputs as required by pkg-config. |
Date: |
Thu, 06 Mar 2025 09:34:46 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
宋文武 <iyzsong@envs.net> writes:
>> [...]
>>> * gnu/packages/package-management.scm (flatpak)[inputs]: Move dconf, gpgme,
>>> json-glib, libarchive, libseccomp and libxau from here…
>>> [propagated-inputs]: … to here.
>
> This seems had be merged as commit 174d98e2a6, so close.
>
> Also it may worth to know that those deps in Requires.private are
> actually not needed, as meson has a bug:
>
> https://github.com/mesonbuild/meson/issues/3970
>
> It should only add thoes in Requires.private when build a static
> library.
That's unfortunately not the case, as I found out the hard way when
working on a past pkgconf series (not merged yet).
See my answer in
https://github.com/mesonbuild/meson/issues/3970#issuecomment-2702398182
--
Thanks,
Maxim