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 C521C158086 for ; Sun, 14 Nov 2021 00:43:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 971C5E09F9; Sun, 14 Nov 2021 00:43:35 +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 7868CE09F9 for ; Sun, 14 Nov 2021 00:43:34 +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 A99273433BF for ; Sun, 14 Nov 2021 00:43:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82FD1A2 for ; Sun, 14 Nov 2021 00:43:30 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1636850606.3dbe5217303ddb65f499bbd52181840124c6333e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.18.4-r1.ebuild X-VCS-Directories: media-plugins/gst-plugins-vaapi/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 3dbe5217303ddb65f499bbd52181840124c6333e X-VCS-Branch: master Date: Sun, 14 Nov 2021 00:43: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: 7d946bcd-8c0c-4a88-a514-cecfeb960ec7 X-Archives-Hash: fee042147d02e15eff881772e09033e6 commit: 3dbe5217303ddb65f499bbd52181840124c6333e Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 14 00:42:33 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Nov 14 00:43:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dbe5217 media-plugins/gst-plugins-vaapi: fix with_drm option Closes: https://bugs.gentoo.org/823617 Signed-off-by: Mike Gilbert gentoo.org> media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.18.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.18.4-r1.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.18.4-r1.ebuild index d4d0052819e..c1c1a02a825 100644 --- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.18.4-r1.ebuild +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.18.4-r1.ebuild @@ -75,7 +75,7 @@ RESTRICT="test" multilib_src_configure() { local emesonargs=( -Dwith_encoders=yes - -Ddrm=$(usex drm yes no) + -Dwith_drm=$(usex drm yes no) -Dwith_x11=$(usex X yes no) -Dwith_wayland=$(usex wayland yes no) )