From patchwork Sat Jan 23 13:46:44 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 572108 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E4CC1140A9A for ; Sun, 24 Jan 2016 00:46:54 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2CC233121A; Sat, 23 Jan 2016 13:46:54 +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 KTTatn3yLPc6; Sat, 23 Jan 2016 13:46:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id B76593127C; Sat, 23 Jan 2016 13:46:52 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 245061C105E for ; Sat, 23 Jan 2016 13:46:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1F19AA5822 for ; Sat, 23 Jan 2016 13:46:52 +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 ZPL4oEsWQPFO for ; Sat, 23 Jan 2016 13:46:51 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 37CC18B018 for ; Sat, 23 Jan 2016 13:46:51 +0000 (UTC) Received: from fwd03.aul.t-online.de (fwd03.aul.t-online.de [172.20.27.148]) by mailout10.t-online.de (Postfix) with SMTP id 3C66E3BC816 for ; Sat, 23 Jan 2016 14:46:49 +0100 (CET) Received: from fli4l.lan.fli4l (bRfth8ZE8hJtuA-o7pYL5YgpFsnVXOcEcU3Jtz1F8R3AtgLa1pVfi-65+DHbo8XZxX@[84.191.217.6]) by fwd03.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1aMyWd-0sfQpc0; Sat, 23 Jan 2016 14:46:47 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:43482 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.86) (envelope-from ) id 1aMyWc-0000On-MH; Sat, 23 Jan 2016 14:46:47 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 23 Jan 2016 14:46:44 +0100 Message-Id: <1453556804-22157-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.7.0.rc3 X-ID: bRfth8ZE8hJtuA-o7pYL5YgpFsnVXOcEcU3Jtz1F8R3AtgLa1pVfi-65+DHbo8XZxX X-TOI-MSGID: 43e3b11a-18d5-4b62-8468-94a7f4e8ff35 Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/1] package/kodi: fix typos 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" Signed-off-by: Bernd Kuhls --- package/kodi/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index 124c8d5..e697b52 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -81,9 +81,9 @@ menuconfig BR2_PACKAGE_KODI select BR2_PACKAGE_TIFF select BR2_PACKAGE_TINYXML select BR2_PACKAGE_LIBDRM if BR2_PACKAGE_KODI_GL - select BR2_PACKAGE_XLIB_XMU if BR2_PACKAGE_KODI_GL # needed by rsxs screensaver - select BR2_PACKAGE_XLIB_XRANDR if BR2_PACKAGE_KODI_GL - select BR2_PACKAGE_XLIB_XT if BR2_PACKAGE_KODI_GL # needed by rsxs screensaver + select BR2_PACKAGE_XLIB_LIBXMU if BR2_PACKAGE_KODI_GL # needed by rsxs screensaver + select BR2_PACKAGE_XLIB_LIBXRANDR if BR2_PACKAGE_KODI_GL + select BR2_PACKAGE_XLIB_LIBXT if BR2_PACKAGE_KODI_GL # needed by rsxs screensaver select BR2_PACKAGE_YAJL select BR2_PACKAGE_ZLIB select BR2_TOOLCHAIN_GLIBC_GCONV_LIBS_COPY if BR2_TOOLCHAIN_USES_GLIBC # runtime UTF conversion support