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 709E015808B for ; Mon, 7 Feb 2022 19:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1EC2E077F; Mon, 7 Feb 2022 19:03:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2C5EFE077F for ; Mon, 7 Feb 2022 19:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BC0F2342A51 for ; Mon, 7 Feb 2022 19:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 402342A0 for ; Mon, 7 Feb 2022 19:03:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1644260570.f3a62cd90f6031544c7f9846d44ef48bddca5589.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-22.0.0_rc1.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f3a62cd90f6031544c7f9846d44ef48bddca5589 X-VCS-Branch: master Date: Mon, 7 Feb 2022 19:03:30 +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: 656c35d5-94ee-4552-aeb7-130095349be5 X-Archives-Hash: eac43ebbacc1a237a4996a3534b7b43e commit: f3a62cd90f6031544c7f9846d44ef48bddca5589 Author: Matt Turner gentoo org> AuthorDate: Mon Feb 7 18:45:17 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 7 19:02:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a62cd9 media-libs/mesa: Fix egl/gbm enables Signed-off-by: Matt Turner gentoo.org> media-libs/mesa/mesa-22.0.0_rc1.ebuild | 4 ++-- media-libs/mesa/mesa-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/mesa/mesa-22.0.0_rc1.ebuild b/media-libs/mesa/mesa-22.0.0_rc1.ebuild index e1a2eba39f25..f3862d26262e 100644 --- a/media-libs/mesa/mesa-22.0.0_rc1.ebuild +++ b/media-libs/mesa/mesa-22.0.0_rc1.ebuild @@ -421,8 +421,8 @@ multilib_src_configure() { -Dglx=$(usex X dri disabled) -Dshared-glapi=enabled -Ddri3=enabled - -Degl=true - -Dgbm=true + -Degl=enabled + -Dgbm=enabled -Dglvnd=true $(meson_feature gles1) $(meson_feature gles2) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index e1a2eba39f25..f3862d26262e 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -421,8 +421,8 @@ multilib_src_configure() { -Dglx=$(usex X dri disabled) -Dshared-glapi=enabled -Ddri3=enabled - -Degl=true - -Dgbm=true + -Degl=enabled + -Dgbm=enabled -Dglvnd=true $(meson_feature gles1) $(meson_feature gles2)