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 53537158083 for ; Mon, 9 Sep 2024 14:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 543EDE29C4; Mon, 9 Sep 2024 14:26:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 37DD3E29C4 for ; Mon, 9 Sep 2024 14:26:53 +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 372DB342F94 for ; Mon, 9 Sep 2024 14:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AD2014CA for ; Mon, 9 Sep 2024 14:26:50 +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: <1725891996.c7f02841f9414bc18474f7d88fd4c191daf689e4.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/mesa-progs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/mesa-progs/files/9999-Disable-things-we-don-t-want.patch X-VCS-Directories: x11-apps/mesa-progs/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c7f02841f9414bc18474f7d88fd4c191daf689e4 X-VCS-Branch: master Date: Mon, 9 Sep 2024 14:26:50 +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: edc01ae7-5d2c-4b85-b1aa-ae3c488a963d X-Archives-Hash: 0310c99af4cc7a0aee95901b9ee6cbba commit: c7f02841f9414bc18474f7d88fd4c191daf689e4 Author: orbea riseup net> AuthorDate: Fri Sep 6 05:14:39 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 9 14:26:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f02841 x11-apps/mesa-progs: rebase the 9999 patch Closes: https://github.com/gentoo/gentoo/pull/38474 Signed-off-by: orbea riseup.net> Signed-off-by: Matt Turner gentoo.org> x11-apps/mesa-progs/files/9999-Disable-things-we-don-t-want.patch | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11-apps/mesa-progs/files/9999-Disable-things-we-don-t-want.patch b/x11-apps/mesa-progs/files/9999-Disable-things-we-don-t-want.patch index 5e0dccb6445b..000383a45e6b 100644 --- a/x11-apps/mesa-progs/files/9999-Disable-things-we-don-t-want.patch +++ b/x11-apps/mesa-progs/files/9999-Disable-things-we-don-t-want.patch @@ -1,4 +1,4 @@ -From 5736ae25541e414a0e950e8c8bcf80d374f3308d Mon Sep 17 00:00:00 2001 +From f716f5e654338cac2bdbf7b55efd0eb6648cfd3d Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Thu, 18 Apr 2024 13:24:18 -0400 Subject: [PATCH] Disable things we don't want @@ -10,6 +10,7 @@ v5: Drop trackball.c and showbuffer.c v6: Fix disabling GLU v7: Link against libOpenGL rather than libGL v8: Rebase +v9: Rebase --- meson.build | 13 ++----------- src/egl/opengl/meson.build | 35 ---------------------------------- @@ -107,7 +108,7 @@ index be536280..e7122027 100644 -) - diff --git a/src/egl/opengles2/meson.build b/src/egl/opengles2/meson.build -index 86062cbd..729c0df6 100644 +index abf9eeee..729c0df6 100644 --- a/src/egl/opengles2/meson.build +++ b/src/egl/opengles2/meson.build @@ -29,11 +29,6 @@ executable( @@ -116,7 +117,7 @@ index 86062cbd..729c0df6 100644 ) -executable( - 'es2tri', files('es2tri.c'), -- dependencies: [_deps_x11, dep_m], +- dependencies: [dep_gles2, idep_eglut, idep_util], - install: true -) executable(