From patchwork Sat May 15 07:01:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1478807 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=2605:bc80:3010::137; helo=smtp4.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from smtp4.osuosl.org (smtp4.osuosl.org [IPv6:2605:bc80:3010::137]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4FhxCb1gJKz9sWB for ; Sat, 15 May 2021 17:02:03 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id CA88F41826; Sat, 15 May 2021 07:02:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id G5iqEZQ2B_dg; Sat, 15 May 2021 07:01:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id EFF8A40472; Sat, 15 May 2021 07:01:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 7BB671BF48C for ; Sat, 15 May 2021 07:01:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 77317414EA for ; Sat, 15 May 2021 07:01:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ImqQdmTPz77h for ; Sat, 15 May 2021 07:01:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) by smtp4.osuosl.org (Postfix) with ESMTPS id 26E6140472 for ; Sat, 15 May 2021 07:01:55 +0000 (UTC) Received: from fwd21.aul.t-online.de (fwd21.aul.t-online.de [172.20.27.66]) by mailout12.t-online.de (Postfix) with SMTP id 35B517237E for ; Sat, 15 May 2021 09:01:53 +0200 (CEST) Received: from fli4l.lan.fli4l (bLoLlQZ68hbbQOUzEHvNyyyisyDm7yPp05O+oqSAJXxS8kWScC3fx0uYsrg2q-lwK-@[79.214.203.97]) by fwd21.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1lhoIx-10fV3o0; Sat, 15 May 2021 09:01:43 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:38102) by fli4l.lan.fli4l with esmtp (Exim 4.94.2) (envelope-from ) id 1lhoIv-0005hv-VE for buildroot@buildroot.org; Sat, 15 May 2021 09:01:42 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 15 May 2021 09:01:41 +0200 Message-Id: <20210515070141.396977-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-ID: bLoLlQZ68hbbQOUzEHvNyyyisyDm7yPp05O+oqSAJXxS8kWScC3fx0uYsrg2q-lwK- X-TOI-EXPURGATEID: 150726::1621062103-00002A54-B8BD80C9/0/0 CLEAN NORMAL X-TOI-MSGID: 88baa530-294c-4c56-aed5-8cf67d6493b4 Subject: [Buildroot] [PATCH/next v2 1/1] package/libbluray: add optional support for libudfread X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Bernd Kuhls --- v2: rebased, removed patch which is included in current upstream release package/libbluray/libbluray.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/libbluray/libbluray.mk b/package/libbluray/libbluray.mk index 5c5f603dd8..233797f38d 100644 --- a/package/libbluray/libbluray.mk +++ b/package/libbluray/libbluray.mk @@ -19,6 +19,10 @@ ifeq ($(BR2_PACKAGE_LIBICONV),y) LIBBLURAY_DEPENDENCIES += libiconv endif +ifeq ($(BR2_PACKAGE_LIBUDFREAD),y) +LIBBLURAY_DEPENDENCIES += libudfread +endif + ifeq ($(BR2_PACKAGE_FREETYPE),y) LIBBLURAY_DEPENDENCIES += freetype LIBBLURAY_CONF_OPTS += --with-freetype