From patchwork Sat Jul 9 09:11:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 646646 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3rmlx55fXsz9ssP for ; Sat, 9 Jul 2016 19:12:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 578DC935DC; Sat, 9 Jul 2016 09:12:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RIzyH6emCJtp; Sat, 9 Jul 2016 09:12:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AF9B693662; Sat, 9 Jul 2016 09:11:59 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 008A61CF3C7 for ; Sat, 9 Jul 2016 09:11:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id F0919920DC for ; Sat, 9 Jul 2016 09:11:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dfu36a+BoYCy for ; Sat, 9 Jul 2016 09:11:47 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout01.t-online.de (mailout01.t-online.de [194.25.134.80]) by whitealder.osuosl.org (Postfix) with ESMTPS id 2D4F9920DB for ; Sat, 9 Jul 2016 09:11:46 +0000 (UTC) Received: from fwd37.aul.t-online.de (fwd37.aul.t-online.de [172.20.27.137]) by mailout01.t-online.de (Postfix) with SMTP id EB48342184C2 for ; Sat, 9 Jul 2016 11:11:44 +0200 (CEST) Received: from fli4l.lan.fli4l (ZY7U00ZVZhpE68Y0dUjmPPJAUPSrHxGeaLPAqN1qYPoDm8222+1mKNbqLt9hBNegu6@[84.178.244.234]) by fwd37.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1bLoIU-1td57Y0; Sat, 9 Jul 2016 11:11:38 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:45428 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.87) (envelope-from ) id 1bLoIU-0000Kz-6v; Sat, 09 Jul 2016 11:11:38 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 9 Jul 2016 11:11:33 +0200 Message-Id: <1468055496-26192-3-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1468055496-26192-1-git-send-email-bernd.kuhls@t-online.de> References: <1468055496-26192-1-git-send-email-bernd.kuhls@t-online.de> X-ID: ZY7U00ZVZhpE68Y0dUjmPPJAUPSrHxGeaLPAqN1qYPoDm8222+1mKNbqLt9hBNegu6 X-TOI-MSGID: 60ab1632-3916-4eb8-83b7-921509e1cb8e Cc: Bernd Kuhls Subject: [Buildroot] [PATCH v4 3/6] package/kodi: Add suboption to control UPnP support 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 --- v4: no changes v3: rebased series, no changes to this patch v2: rebased series, no changes to this patch package/kodi/Config.in | 5 +++++ package/kodi/kodi.mk | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/package/kodi/Config.in b/package/kodi/Config.in index e57939e..7c8ada0 100644 --- a/package/kodi/Config.in +++ b/package/kodi/Config.in @@ -233,6 +233,11 @@ config BR2_PACKAGE_KODI_LIBVA help Enable libva support. +config BR2_PACKAGE_KODI_UPNP + bool "upnp" + help + Enable UPnP support + config BR2_PACKAGE_KODI_OPTICALDRIVE bool diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk index 9d6b966..0d98180 100644 --- a/package/kodi/kodi.mk +++ b/package/kodi/kodi.mk @@ -228,6 +228,12 @@ else KODI_CONF_OPTS += --disable-vaapi endif +ifeq ($(BR2_PACKAGE_KODI_UPNP),y) +KODI_CONF_OPTS += --enable-upnp +else +KODI_CONF_OPTS += --disable-upnp +endif + ifeq ($(BR2_PACKAGE_KODI_OPTICALDRIVE),y) KODI_CONF_OPTS += --enable-optical-drive --enable-dvdcss else