- if is_depends_enabled $SPELL hwdata; then
+ if is_depends_enabled $SPELL hwdata; then
+ # Needed until both are incorporated into next wlroots release
+ if [[ "${WLROOTS_BRANCH}" == "scm" ]]; 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 d4989fb..bc352e0 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,5 +1,7 @@
2023-03-10 Conner Clere <xenanthropy AT sourcemage.org>
- * DEPENDS: fix dep options when building stable branch
+ * DEPENDS: check for scm branch for libliftoff and libdisplay-info
deps
+ * PRE_BUILD: added, patch
+ * patches/session.patch: add session meson option to stable branch