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 4C422138334 for ; Wed, 15 Aug 2018 23:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 381C6E0938; Wed, 15 Aug 2018 23:18:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0C121E0938 for ; Wed, 15 Aug 2018 23:18:52 +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 28D61335D03 for ; Wed, 15 Aug 2018 23:18:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA278379 for ; Wed, 15 Aug 2018 23:18:48 +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: <1534375113.78b1b58bf0cf9a6971be2487191951d846cc5221.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-18.2.0_rc2.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: 78b1b58bf0cf9a6971be2487191951d846cc5221 X-VCS-Branch: master Date: Wed, 15 Aug 2018 23:18:48 +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-Archives-Salt: 4bc79dff-81e2-45e9-8ba2-747301478cd2 X-Archives-Hash: 0f7673dfdaa1c59526acdcd5e47782ef commit: 78b1b58bf0cf9a6971be2487191951d846cc5221 Author: Matt Turner gentoo org> AuthorDate: Wed Aug 15 23:17:52 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Aug 15 23:18:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b1b58b media-libs/mesa: Add vulkan? ( dri3 ) to REQUIRED_USE media-libs/mesa/mesa-18.2.0_rc2.ebuild | 3 ++- media-libs/mesa/mesa-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/mesa/mesa-18.2.0_rc2.ebuild b/media-libs/mesa/mesa-18.2.0_rc2.ebuild index 592501bdb8e..f21c592631c 100644 --- a/media-libs/mesa/mesa-18.2.0_rc2.ebuild +++ b/media-libs/mesa/mesa-18.2.0_rc2.ebuild @@ -50,7 +50,8 @@ REQUIRED_USE=" lm_sensors? ( gallium ) vaapi? ( gallium ) vdpau? ( gallium ) - vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) + vulkan? ( dri3 + || ( video_cards_i965 video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) wayland? ( egl gbm ) xa? ( gallium ) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 4bdf4c91e6f..6e51f277caf 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -50,7 +50,8 @@ REQUIRED_USE=" lm_sensors? ( gallium ) vaapi? ( gallium ) vdpau? ( gallium ) - vulkan? ( || ( video_cards_i965 video_cards_radeonsi ) + vulkan? ( dri3 + || ( video_cards_i965 video_cards_radeonsi ) video_cards_radeonsi? ( llvm ) ) wayland? ( egl gbm ) xa? ( gallium )