kde-gtk-config: fix build with recent pango

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>
This commit is contained in:
Andreas Müller
2019-08-18 14:36:01 +02:00
parent 6fa1d6b937
commit 5b71e85827

View File

@@ -27,6 +27,9 @@ PV = "${PLASMA_VERSION}"
SRC_URI[md5sum] = "d57f164978aa8ddaa2029834197cd79c"
SRC_URI[sha256sum] = "c271b1caebac0837483af7ae11d2e4786a7770ff85753f1a3da4c8d28681111c"
CFLAGS += "-isystem ${STAGING_INCDIR}/harfbuzz"
CXXFLAGS += "-isystem ${STAGING_INCDIR}/harfbuzz"
FILES_${PN} += " \
${datadir}/icons \
${datadir}/kcm-gtk-module \