From d8cf9025e630f1ad17859bde795a666bda3d4aed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 19 Jan 2020 17:31:44 +0100 Subject: [PATCH] tetzle: add mime-xdg 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/tetzle/tetzle.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gottcode/tetzle/tetzle.bb b/recipes-gottcode/tetzle/tetzle.bb index 7610f084..639bdc5d 100644 --- a/recipes-gottcode/tetzle/tetzle.bb +++ b/recipes-gottcode/tetzle/tetzle.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gottcode.org/tetzle/" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -inherit qmake5 qt5-translation gtk-icon-cache +inherit qmake5 qt5-translation gtk-icon-cache mime-xdg DEPENDS = "qttools-native qtbase hicolor-icon-theme"