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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9C5F15817D for ; Wed, 12 Jun 2024 16:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90B19E2B09; Wed, 12 Jun 2024 16:10:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66676E2B09 for ; Wed, 12 Jun 2024 16:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CBC533BEBB for ; Wed, 12 Jun 2024 16:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74AAC1CAC for ; Wed, 12 Jun 2024 16:10:32 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1718196969.faeed594b8af5551d56e62f6fce184b8c907ea43.ceamac@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/opencomposite/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/opencomposite/opencomposite-9999.ebuild X-VCS-Directories: media-libs/opencomposite/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: faeed594b8af5551d56e62f6fce184b8c907ea43 X-VCS-Branch: master Date: Wed, 12 Jun 2024 16:10: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: 4f57d303-a695-4c74-964c-614fdd00b6a6 X-Archives-Hash: d338c5f9b88f7225f3d7a41756b74139 commit: faeed594b8af5551d56e62f6fce184b8c907ea43 Author: Patrick Nicolas laposte net> AuthorDate: Wed Jun 12 12:56:09 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Wed Jun 12 12:56:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=faeed594 media-libs/opencomposite: use bundled OpenXR loader Signed-off-by: Patrick Nicolas laposte.net> media-libs/opencomposite/opencomposite-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/opencomposite/opencomposite-9999.ebuild b/media-libs/opencomposite/opencomposite-9999.ebuild index 66f558619..f8852cca4 100644 --- a/media-libs/opencomposite/opencomposite-9999.ebuild +++ b/media-libs/opencomposite/opencomposite-9999.ebuild @@ -41,7 +41,8 @@ src_configure() # as it does for vulkan and other similar configuration files. local mycmakeargs=( "-DCMAKE_INSTALL_PREFIX=/opt" - "-DUSE_SYSTEM_OPENXR=ON" + # Required for Proton: https://gitlab.com/znixian/OpenOVR/-/issues/416 + "-DUSE_SYSTEM_OPENXR=OFF" # FIXME: fails because GLM_ENABLE_EXPERIMENTAL is unset "-DUSE_SYSTEM_GLM=OFF" )