From 4ad138630379166a14eccc18a3df727482982798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 24 Aug 2017 22:12:09 +0200 Subject: [PATCH] gottet: add qttools-native to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-misc/recipes-games/gottet/gottet_1.1.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-misc/recipes-games/gottet/gottet_1.1.4.bb b/recipes-misc/recipes-games/gottet/gottet_1.1.4.bb index 7358144d..577dd315 100644 --- a/recipes-misc/recipes-games/gottet/gottet_1.1.4.bb +++ b/recipes-misc/recipes-games/gottet/gottet_1.1.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" inherit qmake5 qt5-translation gtk-icon-cache -DEPENDS = "qtbase hicolor-icon-theme" +DEPENDS = "qttools-native qtbase hicolor-icon-theme" SRC_URI = "http://gottcode.org/${BPN}/${BPN}-${PV}-src.tar.bz2" SRC_URI[md5sum] = "fa0133a63342954aa7136e24dcb48743"