From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E012B13835A for ; Thu, 18 Feb 2021 14:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F5AFE0845; Thu, 18 Feb 2021 14:43:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79CEDE0845 for ; Thu, 18 Feb 2021 14:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 438C333BE18 for ; Thu, 18 Feb 2021 14:43:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 952414EA for ; Thu, 18 Feb 2021 14:43:32 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1613659392.cc49d027b0943372127113301c83caf450d11b08.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: cc49d027b0943372127113301c83caf450d11b08 X-VCS-Branch: master Date: Thu, 18 Feb 2021 14:43:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 88f44b0f-a24f-4a79-bf6c-ad017ba43af9 X-Archives-Hash: b2183cf086f244590b624d4a77240bef commit: cc49d027b0943372127113301c83caf450d11b08 Author: Evgeny Grin narod ru> AuthorDate: Sun Feb 7 14:54:47 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Feb 18 14:43:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc49d027 media-tv/kodi: added GLX dependency Signed-off-by: Evgeny Grin narod.ru> Signed-off-by: Craig Andrews gentoo.org> media-tv/kodi/kodi-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index f495350415b..b39140c525b 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -143,6 +143,7 @@ COMMON_DEPEND="${PYTHON_DEPS} webserver? ( >=net-libs/libmicrohttpd-0.9.55[messages(+)] ) X? ( media-libs/mesa[X] + opengl? ( media-libs/libglvnd[X] ) x11-libs/libX11 x11-libs/libXrandr x11-libs/libXrender @@ -295,6 +296,8 @@ src_configure() { use libusb && mycmakeargs+=( -DENABLE_LIBUSB=$(usex libusb) ) + use X && use opengl && mycmakeargs+=( -DENABLE_GLX=ON ) + if use system-ffmpeg; then mycmakeargs+=( -DWITH_FFMPEG="yes" ) else