Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (fa8e7b8c1fa80776250f4c01dedd2ac18be87f2b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (fa8e7b8c1fa80776250f4c01dedd2ac18be87f2b)
  • Date: Sat, 11 Mar 2023 04:05:07 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

wm-addons/wlroots/DEPENDS | 33 ++++++++++++++++++++-------------
wm-addons/wlroots/HISTORY | 3 +++
2 files changed, 23 insertions(+), 13 deletions(-)

New commits:
commit fa8e7b8c1fa80776250f4c01dedd2ac18be87f2b
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

wlroots: fix dep options when building stable branch

diff --git a/wm-addons/wlroots/DEPENDS b/wm-addons/wlroots/DEPENDS
index 4996145..0cfb304 100755
--- a/wm-addons/wlroots/DEPENDS
+++ b/wm-addons/wlroots/DEPENDS
@@ -16,20 +16,27 @@ vdepends <<! &&
libdrm >= 2.4.109
!

-optional_depends seatd
\
- 'session=enabled'
\
- 'session=disabled'
\
- 'Enable session support? (required for libinput or DRM backends)'
&&
-
-if is_depends_enabled $SPELL seatd; then
- depends DEVICE-MANAGER &&
- optional_depends libinput '' '' 'Enable input backend?' &&
- optional_depends hwdata '' '' 'Enable DRM backend?' &&
-
- if is_depends_enabled $SPELL hwdata; then
- depends libdisplay-info &&
- depends libliftoff
+if [[ "${WLROOTS_BRANCH}" == "scm" ]]; then
+ optional_depends seatd
\
+ 'session=enabled'
\
+ 'session=disabled'
\
+ 'Enable session support? (required for libinput or DRM
backends)' &&
+
+ if is_depends_enabled $SPELL seatd; then
+ depends DEVICE-MANAGER &&
+ optional_depends libinput '' '' 'Enable input backend?' &&
+ optional_depends hwdata '' '' 'Enable DRM backend?' &&
+
+ if is_depends_enabled $SPELL hwdata; then
+ depends libdisplay-info &&
+ depends libliftoff
+ fi
fi
+else
+ depends seatd &&
+ depends DEVICE-MANAGER &&
+ depends libinput &&
+ depends hwdata
fi &&

optional_depends libxcb '' '' 'enable X11 backend' &&
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 5268cbe..d4989fb 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,3 +1,6 @@
+2023-03-10 Conner Clere <xenanthropy AT sourcemage.org>
+ * DEPENDS: fix dep options when building stable branch
+
2023-03-08 Conner Clere <xenanthropy AT sourcemage.org>
* PREPARE: add HYPRLAND config_query
* DETAILS: if HYPRLAND=y then SOURCE_URL = commit id



  • [SM-Commit] GIT changes to master grimoire by Conner Clere (fa8e7b8c1fa80776250f4c01dedd2ac18be87f2b), Conner Clere, 03/10/2023

Archive powered by MHonArc 2.6.24.

Top of Page