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 4CB28138335 for ; Sat, 9 Jun 2018 16:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 008B0E088F; Sat, 9 Jun 2018 16:20:18 +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 BF72FE088F for ; Sat, 9 Jun 2018 16:20:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 32AD4335C8C for ; Sat, 9 Jun 2018 16:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E11252C7 for ; Sat, 9 Jun 2018 16:20:10 +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: <1528561192.3879c62d94324b8c58e1a9016963c267e270a137.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-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3879c62d94324b8c58e1a9016963c267e270a137 X-VCS-Branch: master Date: Sat, 9 Jun 2018 16:20:10 +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: 3cd63f51-55b4-4972-89f8-0a2bd6b5f3a7 X-Archives-Hash: c07691de28d9e2cadd839b7b3bd2420b commit: 3879c62d94324b8c58e1a9016963c267e270a137 Author: Mike Lothian fireburn co uk> AuthorDate: Sat Jun 9 16:19:52 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Jun 9 16:19:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3879c62d /home/mattst88/projects/gentoo: Fix vaapi config media-libs/mesa/mesa-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 74c6a601092..9df1aa45f58 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -298,7 +298,7 @@ multilib_src_configure() { $(meson_use d3d9 gallium-nine) $(meson_use llvm) -Dgallium-omx=$(usex openmax bellagio disabled) - $(meson_use vaapi gallium-vaapi) + $(meson_use vaapi gallium-va) $(meson_use vdpau gallium-vdpau) $(meson_use xa gallium-xa) $(meson_use xvmc gallium-xvmc)