From patchwork Tue May 10 18:40:19 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 620767 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 3r47Nj5jydz9t4h for ; Wed, 11 May 2016 04:40:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1F7FA88C8C; Tue, 10 May 2016 18:40:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JDK68igm9GYk; Tue, 10 May 2016 18:40:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 742B18823B; Tue, 10 May 2016 18:40:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 458281CE7D3 for ; Tue, 10 May 2016 18:40:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 412A027172 for ; Tue, 10 May 2016 18:40:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CApF8tdiIfID for ; Tue, 10 May 2016 18:40:29 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by silver.osuosl.org (Postfix) with ESMTPS id A12922489D for ; Tue, 10 May 2016 18:40:29 +0000 (UTC) Received: from fwd28.aul.t-online.de (fwd28.aul.t-online.de [172.20.26.133]) by mailout08.t-online.de (Postfix) with SMTP id A8DD641D0C69 for ; Tue, 10 May 2016 20:40:27 +0200 (CEST) Received: from fli4l.lan.fli4l (Zwx67rZCZhacIAyHirHXvRz0bCNxr8zJZFlWD4KEAqP5xxp3+T3okZuValbuTjJZot@[84.178.234.100]) by fwd28.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1b0Ca2-1ClvWq0; Tue, 10 May 2016 20:40:26 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:55086 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1b0Ca1-0002cu-3y; Tue, 10 May 2016 20:40:25 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 10 May 2016 20:40:19 +0200 Message-Id: <1462905623-17739-2-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1462905623-17739-1-git-send-email-bernd.kuhls@t-online.de> References: <1462905623-17739-1-git-send-email-bernd.kuhls@t-online.de> X-ID: Zwx67rZCZhacIAyHirHXvRz0bCNxr8zJZFlWD4KEAqP5xxp3+T3okZuValbuTjJZot X-TOI-MSGID: c620ab2f-2c68-431f-ba48-9564c464ca72 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 2/6] package/kodi-visualisation-shadertoy: needs libplatform X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes Makefile:477: *** libplatform is in the dependency chain of kodi-visualisation-shadertoy that has added it to its _DEPENDENCIES variable without selecting it or depending on it from Config.in. Signed-off-by: Bernd Kuhls --- package/kodi-visualisation-shadertoy/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kodi-visualisation-shadertoy/Config.in b/package/kodi-visualisation-shadertoy/Config.in index 10a6e55..3b981d0 100644 --- a/package/kodi-visualisation-shadertoy/Config.in +++ b/package/kodi-visualisation-shadertoy/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_KODI_VISUALISATION_SHADERTOY bool "kodi-visualisation-shadertoy" + select BR2_PACKAGE_LIBPLATFORM help Shadertoy visualiser for Kodi