Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (30a00ac33df6a3103da4d9e3df56bd12d7406bf7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (30a00ac33df6a3103da4d9e3df56bd12d7406bf7)
  • Date: Fri, 21 Oct 2022 17:55:25 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch | 4 ++--
graphics-libs/mesa/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 30a00ac33df6a3103da4d9e3df56bd12d7406bf7
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

graphics-libs/mesa: updated the .mesa install path patch

diff --git a/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
b/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
index e7b3a0f..70913b3 100644
--- a/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
+++ b/graphics-libs/mesa/0001-install-GL-headers-in-.mesa.patch
@@ -49,12 +49,12 @@ diff --git a/src/egl/meson.build b/src/egl/meson.build
index 599a667..d482a33 100644
--- a/src/egl/meson.build
+++ b/src/egl/meson.build
-@@ -192,6 +192,7 @@ libegl = shared_library(
+@@ -206,6 +206,7 @@ libegl = shared_library(
version : egl_lib_version,
soversion : egl_lib_soversion,
name_prefix : 'lib', # even on windows
+ install_dir : 'lib/.mesa',
- vs_module_defs : 'main/egl.def'
+ vs_module_defs : egl_def
)

diff --git a/src/glx/meson.build b/src/glx/meson.build
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 4b108b1..db152b6 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,6 @@
+2022-10-21 Pavel Vinogradov <public AT sourcemage.org>
+ * 0001-install-GL-headers-in-.mesa.patch: updated
+
2022-10-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 22.2.2




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (30a00ac33df6a3103da4d9e3df56bd12d7406bf7), Pavel Vinogradov, 10/21/2022

Archive powered by MHonArc 2.6.24.

Top of Page