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 4B23915806E for ; Mon, 22 May 2023 12:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83673E0A4F; Mon, 22 May 2023 12:41:43 +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 36483E07E2 for ; Mon, 22 May 2023 12:41:43 +0000 (UTC) From: Ulrich Mueller To: Andreas Sturmlechner Cc: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH] profiles/targets/desktop: enable USE=vulkan by default In-Reply-To: <5675922.DvuYhMxLoT@tuxbook> (Andreas Sturmlechner's message of "Mon, 22 May 2023 12:46:53 +0200") References: <20230521214850.1659618-1-sam@gentoo.org> <5675922.DvuYhMxLoT@tuxbook> Date: Mon, 22 May 2023 14:41:37 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: 2b61e6d1-0d69-42ca-9621-53f6817d783a X-Archives-Hash: 66af1de2d006769198bc75e71ddaf101 >>>>> On Mon, 22 May 2023, Andreas Sturmlechner wrote: >> Should it be renamed to "skia" for libreoffice, because that's also the >> name of the upstream flag? libreoffice will also output a warning with >> USE="vulkan -clang". > That would not be accurate. The (bundled) skia is always being built, > it is just the component using vulkan. That detail does not need to be > part of the description though, so a global would fit. Why is it "$(use_enable vulkan skia)" in econf arguments then? configure --help says: --disable-skia Disable building Skia. Use --enable-skia=debug to build without optimizations. Ulrich