From 2e276365aa0ba84d81a0b39a2251de65ff44b3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 19 Oct 2021 01:53:59 +0200 Subject: [PATCH] gottet: 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/gottet/gottet.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gottcode/gottet/gottet.bb b/recipes-gottcode/gottet/gottet.bb index fd85d7c7..e6d2d86f 100644 --- a/recipes-gottcode/gottet/gottet.bb +++ b/recipes-gottcode/gottet/gottet.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://gottcode.org/gottet/" LICENSE = "GPL-3.0" LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" -inherit qmake5 qt5-translation gtk-icon-cache +inherit qmake5 pkgconfig qt5-translation gtk-icon-cache DEPENDS = "qttools-native qtbase hicolor-icon-theme"