From fdc36e2a05be70ecf7f7851c7f568c47b972c12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 19 Oct 2021 01:52:01 +0200 Subject: [PATCH] connectagram: 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/connectagram/connectagram.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gottcode/connectagram/connectagram.bb b/recipes-gottcode/connectagram/connectagram.bb index f5f47d46..4d3412a6 100644 --- a/recipes-gottcode/connectagram/connectagram.bb +++ b/recipes-gottcode/connectagram/connectagram.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gottcode.org/connectagram/" 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"