Skip to Content.
Sympa Menu

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

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 (77538a9f97530f857cb222f14bf568919495ae32)
  • Date: Tue, 13 Dec 2022 01:37:52 +0000

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

wm-addons/wlroots/BUILD | 2 +-
wm-addons/wlroots/DEPENDS | 2 ++
wm-addons/wlroots/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 1 deletion(-)

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

wm-addons/wlroots: disabled -Werror flag, added hwdata dependency

diff --git a/wm-addons/wlroots/BUILD b/wm-addons/wlroots/BUILD
index 5d863aa..0cf284b 100755
--- a/wm-addons/wlroots/BUILD
+++ b/wm-addons/wlroots/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" ${WLROOTS_OPTS}" &&
+OPTS+=" ${WLROOTS_OPTS} werror=false" &&
default_build
diff --git a/wm-addons/wlroots/DEPENDS b/wm-addons/wlroots/DEPENDS
index 38df804..5b559cb 100755
--- a/wm-addons/wlroots/DEPENDS
+++ b/wm-addons/wlroots/DEPENDS
@@ -20,6 +20,8 @@ vdepends <<! &&
libdrm >= 2.4.109
!

+depends hwdata &&
+
#optional_depends libcap \
# 'libcap=enabled' \
# 'libcap=disabled' \
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 15d8534..c9a0db9 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,7 @@
+2022-12-12 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: disabled -Werror
+ * DEPENDS: needs hwdata because of libdrm
+
2022-11-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.16.0




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (77538a9f97530f857cb222f14bf568919495ae32), Pavel Vinogradov, 12/12/2022

Archive powered by MHonArc 2.6.24.

Top of Page