On Mon, Feb 21, 2022 at 9:57 PM Markus Volk wrote:
>
> I dont think this is related. Its more like after updating poky to
> current master some of the xfce4 recipes try to build vapi, not caring
> that its not explicitly enabled. That was in fact the reason for adding
> vala to xfconf and libxfce4
I dont think this is related. Its more like after updating poky to
current master some of the xfce4 recipes try to build vapi, not caring
that its not explicitly enabled. That was in fact the reason for adding
vala to xfconf and libxfce4util. Both recipes started to fail after poky
update.
li
I am seeing libxfce4ui is failing in install task I wonder if it is
related these changes
see
https://errors.yoctoproject.org/Errors/Details/633079/
On Mon, Feb 21, 2022 at 10:20 AM Markus Volk wrote:
>
> This fixes do_configure error:
>
> | libxfce4util/Makefile.am:159: error: ENABLE_VAPIGEN do
This fixes do_configure error:
| libxfce4util/Makefile.am:159: error: ENABLE_VAPIGEN does not appear in
AM_CONDITIONAL
Signed-off-by: Markus Volk
---
meta-xfce/recipes-xfce/libxfce4util/libxfce4util_4.16.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-xfce/recipes