Without this do_configure fails with:
| -- Checking for module 'xi'
| -- No package 'xi' found
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
If building without 'wayland' in distro features do_configure fails:
| -- The following REQUIRED packages have not been found:
| * WaylandProtocols (required version >= 1.15), Specifications of extended Wayland protocols, <https://wayland.freedesktop.org/>
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
| ERROR: plasma-integration-5.16.4-r0 do_package_qa: QA Issue: /usr/share/kconf_update/fonts_kate.pl contained in package plasma-integration requires /usr/bin/perl, but no providers found in RDEPENDS_plasma-integration? [file-rdeps]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| RROR: kio-extras-19.08.0-r0 do_package_qa: QA Issue: /usr/share/kio_info/kde-info2html contained in package kio-extras requires /usr/bin/perl, but no providers found in RDEPENDS_kio-extras? [file-rdeps]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| ERROR: plasma-pa-5.16.4-r0 do_package_qa: QA Issue: /usr/share/kde4/apps/kconf_update/plasmaVolumeDisableKMixAutostart.pl contained in package plasma-pa requires /usr/bin/perl, but no providers found in RDEPENDS
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| ERROR: kscreenlocker-5.16.4-r0 do_package_qa: QA Issue: /usr/share/kconf_update/ksreenlocker_5_3_separate_autologin.pl contained in package kscreenlocker requires /usr/bin/perl, but no providers found in RDEPEND
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| ERROR: kcachegrind-19.08.0-r0 do_package_qa: QA Issue: /usr/bin/op2calltree contained in package kcachegrind requires /usr/bin/perl, but no providers found in RDEPENDS_kcachegrind? [file-rdeps]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| ERROR: katomic-19.08.0-r0 do_package_qa: QA Issue: /usr/share/kconf_update/katomic-levelset-upd.pl contained in package katomic requires /usr/bin/perl, but no providers found in RDEPENDS_katomic? [file-rdeps]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Set harfbuzz include path explicitly to fix:
| <recipe-sysroot>/usr/include/pango-1.0/pango/pango-coverage.h:28:10: fatal error: hb.h: No such file |or directory
| 28 | #include <hb.h>
| | ^~~~~~
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>