[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59829] [PATCH core-updates] gnu: wlroots: Add propagated input xcb-
From: |
Maxim Cournoyer |
Subject: |
[bug#59829] [PATCH core-updates] gnu: wlroots: Add propagated input xcb-util-renderutil |
Date: |
Mon, 16 Jan 2023 10:01:14 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Andy,
Andy Tai <lichengtai@gmail.com> writes:
> I added it for XWayland, which requires this if XWayland support is
> included in wlroots, which I believe shall be there.
It's good to know the reason behind the change, but as Simon said for
propagated inputs, we need a clear, exact understanding of why it is so,
as it's otherwise preferred to simple use simple inputs, and sometimes
wrapping.
Valid reasons currently include: references in public headers or
mentioned in Requires* in pkg-config files (those ending in '.pc'), or
for languages such as Python that lack a way to register dependencies in
binaries like C or C++ can (via RUNPATH in elf).
Can you spot which of the above it is?
--
Thanks,
Maxim