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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A4D5F158046 for ; Mon, 14 Oct 2024 21:44:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1341E07D4; Mon, 14 Oct 2024 21:44:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85853E07D4 for ; Mon, 14 Oct 2024 21:44:28 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C55E343011 for ; Mon, 14 Oct 2024 21:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4ECB11DF for ; Mon, 14 Oct 2024 21:44:25 +0000 (UTC) From: "Patrick Nicolas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Nicolas" Message-ID: <1728942164.78d010a80fedb4185a71b54a3cf58b46167f01b8.patricknicolas@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-0.20.ebuild media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: patricknicolas X-VCS-Committer-Name: Patrick Nicolas X-VCS-Revision: 78d010a80fedb4185a71b54a3cf58b46167f01b8 X-VCS-Branch: dev Date: Mon, 14 Oct 2024 21:44:25 +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: 0dd45796-62c1-4cd0-a3cd-169145d39515 X-Archives-Hash: a020ddead7742e8efc67327a26cf18cc commit: 78d010a80fedb4185a71b54a3cf58b46167f01b8 Author: Patrick Nicolas laposte net> AuthorDate: Mon Oct 14 21:42:44 2024 +0000 Commit: Patrick Nicolas laposte net> CommitDate: Mon Oct 14 21:42:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78d010a8 media-libs/wivrn: disable LTO, breaks gui Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-0.20.ebuild | 1 - media-libs/wivrn/wivrn-9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/media-libs/wivrn/wivrn-0.20.ebuild b/media-libs/wivrn/wivrn-0.20.ebuild index 79b65c4cb..ca8b70ff2 100644 --- a/media-libs/wivrn/wivrn-0.20.ebuild +++ b/media-libs/wivrn/wivrn-0.20.ebuild @@ -104,7 +104,6 @@ src_configure() { -DWIVRN_USE_SYSTEMD=$(usex systemd) -DWIVRN_USE_SYSTEM_OPENXR=ON -DWIVRN_USE_SYSTEM_BOOST=ON - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DFETCHCONTENT_BASE_DIR="${WORKDIR}" -DENABLE_COLOURED_OUTPUT=OFF diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index 79b65c4cb..ca8b70ff2 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -104,7 +104,6 @@ src_configure() { -DWIVRN_USE_SYSTEMD=$(usex systemd) -DWIVRN_USE_SYSTEM_OPENXR=ON -DWIVRN_USE_SYSTEM_BOOST=ON - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DFETCHCONTENT_BASE_DIR="${WORKDIR}" -DENABLE_COLOURED_OUTPUT=OFF