From f2fd784826239910ad048593f650a8e5e272e8b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 19 Oct 2021 01:55:13 +0200 Subject: [PATCH] kapow: Add pkgconfig to inherit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-gottcode/kapow/kapow.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gottcode/kapow/kapow.bb b/recipes-gottcode/kapow/kapow.bb index d4d4dff6..c0adacdf 100644 --- a/recipes-gottcode/kapow/kapow.bb +++ b/recipes-gottcode/kapow/kapow.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gottcode.org/kapow/" LICENSE = "GPL-3.0" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -inherit qmake5 qt5-translation gtk-icon-cache +inherit qmake5 pkgconfig qt5-translation gtk-icon-cache DEPENDS = "qttools-native qtbase hicolor-icon-theme"