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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A636158094 for ; Thu, 8 Sep 2022 15:03:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9480E0B89; Thu, 8 Sep 2022 15:03:18 +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 8C959E0B89 for ; Thu, 8 Sep 2022 15:03:18 +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 418C134108A for ; Thu, 8 Sep 2022 15:03:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CFCF1E for ; Thu, 8 Sep 2022 15:03:15 +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: <1662649388.b2ce5599fc57c7fbbfab866c283cc150b161718e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva-intel-media-driver/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.3.ebuild X-VCS-Directories: x11-libs/libva-intel-media-driver/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b2ce5599fc57c7fbbfab866c283cc150b161718e X-VCS-Branch: master Date: Thu, 8 Sep 2022 15:03:15 +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: a8922bec-6f61-4168-8e87-cd17ae52f947 X-Archives-Hash: f66703df6fb2f11c31d524221ad49b3a commit: b2ce5599fc57c7fbbfab866c283cc150b161718e Author: Matt Turner gentoo org> AuthorDate: Thu Sep 8 15:01:13 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Sep 8 15:03:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ce5599 x11-libs/libva-intel-media-driver: Drop X11 patch We can just use CMAKE_DISABLE_*. Signed-off-by: Matt Turner gentoo.org> .../libva-intel-media-driver/libva-intel-media-driver-22.5.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.3.ebuild b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.3.ebuild index 50a4289d1592..afd945b8dab0 100644 --- a/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.3.ebuild +++ b/x11-libs/libva-intel-media-driver/libva-intel-media-driver-22.5.3.ebuild @@ -35,7 +35,6 @@ DEPEND=">=media-libs/gmmlib-22.0.0:= RDEPEND="${DEPEND}" PATCHES=( - "${FILESDIR}"/${PN}-20.2.0_x11_optional.patch "${FILESDIR}"/${PN}-21.4.2-Remove-unwanted-CFLAGS.patch "${FILESDIR}"/${PN}-20.4.5_testing_in_src_test.patch ) @@ -46,7 +45,7 @@ src_configure() { -DMEDIA_RUN_TEST_SUITE=$(usex test) -DBUILD_TYPE=Release -DPLATFORM=linux - -DUSE_X11=$(usex X) + -DCMAKE_DISABLE_FIND_PACKAGE_X11=$(usex !X) -DENABLE_NONFREE_KERNELS=$(usex redistributable) -DLATEST_CPP_NEEDED=ON # Seems to be the best option for now )