From 6568900a129c44e856b7f463d0a6d8dd90f95f5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 9 May 2014 14:11:17 +0200 Subject: [PATCH] greenisland: inherit hawaii-target os that libraries are found MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-hawaii/greenisland/greenisland_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-hawaii/greenisland/greenisland_git.bb b/recipes-hawaii/greenisland/greenisland_git.bb index 34f8a7bb..29cfd20e 100644 --- a/recipes-hawaii/greenisland/greenisland_git.bb +++ b/recipes-hawaii/greenisland/greenisland_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Support library to make Qt-based Wayland compositors development LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4fbd65380cdd255951079008b364516c" -inherit cmake_qt5 +inherit cmake_qt5 hawaii-target DEPENDS = "qtbase qtdeclarative qtwayland"