Skip to Content.
Sympa Menu

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

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 (fd120c54afe99eb6de4b6848e29172e5e2f4b4a2)
  • Date: Mon, 9 Dec 2019 10:34:51 +0000

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

graphics-libs/mesa/DEPENDS | 8 ++------
graphics-libs/mesa/HISTORY | 4 ++++
2 files changed, 6 insertions(+), 6 deletions(-)

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

graphics-libs/mesa: dropped redundant dependencies

diff --git a/graphics-libs/mesa/DEPENDS b/graphics-libs/mesa/DEPENDS
index c54129f..7e8bc95 100755
--- a/graphics-libs/mesa/DEPENDS
+++ b/graphics-libs/mesa/DEPENDS
@@ -22,9 +22,7 @@ depends zlib &&
if (list_find "${MESA_GALLIUM}" "radeonsi") ||
(list_find "$MESA_VULKAN" amd); then
depends -sub AMD llvm &&
- depends LIBELF &&
- depends mako &&
- depends python3
+ depends LIBELF
else
optional_depends llvm 'llvm=true' 'llvm=false' 'LLVM support'
fi &&
@@ -32,10 +30,8 @@ fi &&
if list_find "$MESA_GLX" dri;then
depends libxext &&
depends libxxf86vm &&
- depends libxdamage &&
depends libxfixes &&
- depends libxcb &&
- depends expat
+ depends libxcb
fi &&
if list_find "$MESA_EGL" wayland;then
depends wayland &&
diff --git a/graphics-libs/mesa/HISTORY b/graphics-libs/mesa/HISTORY
index 896a42d..0af6690 100644
--- a/graphics-libs/mesa/HISTORY
+++ b/graphics-libs/mesa/HISTORY
@@ -1,3 +1,7 @@
+2019-12-09 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: dropped redundant dependencies
+ (mako, python3, libxcb, libxdamage & expat)
+
2019-12-04 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 19.2.7




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (fd120c54afe99eb6de4b6848e29172e5e2f4b4a2), Pavel Vinogradov, 12/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page