mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-apps/mesa-progs: rebase the 9999 patch
Closes: https://github.com/gentoo/gentoo/pull/38474 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -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 <mattst88@gmail.com>
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user