summaryrefslogtreecommitdiffstats
path: root/windowmanagers
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-16 18:50:44 +0100
committerIsmael Luceno2022-03-16 19:12:27 +0100
commit7c5ef3fb5bb65f95c34741c29df5e917c5a04c6a (patch)
tree91d8841f4b9dde8e725c61b9c9bb4aadae88f863 /windowmanagers
parentd8c77af6d1f090330ff1cbb04156c279fae4495c (diff)
sway: switch to NINJA-BUILD
Diffstat (limited to 'windowmanagers')
-rwxr-xr-xwindowmanagers/sway/DEPENDS2
-rw-r--r--windowmanagers/sway/HISTORY4
2 files changed, 5 insertions, 1 deletions
diff --git a/windowmanagers/sway/DEPENDS b/windowmanagers/sway/DEPENDS
index 7ca61a70e5..7c8a9aed5d 100755
--- a/windowmanagers/sway/DEPENDS
+++ b/windowmanagers/sway/DEPENDS
@@ -5,12 +5,12 @@ if [[ "${SWAY_BRANCH}" == "scm" ]]; then
fi &&
depends python3 &&
-depends ninja-build-system &&
depends DEVICE-MANAGER &&
depends cairo &&
depends pango &&
depends pcre &&
vdepends <<!
+ NINJA-BUILD
json-c >= 0.13
libinput >= 1.6.0
meson >= 0.60.0
diff --git a/windowmanagers/sway/HISTORY b/windowmanagers/sway/HISTORY
index 620c85f4d1..026cbdac6c 100644
--- a/windowmanagers/sway/HISTORY
+++ b/windowmanagers/sway/HISTORY
@@ -1,3 +1,7 @@
+2022-03-16 Ismael Luceno <ismael@sourcemage.org>
+ * DEPENDS: fixed missing sourcing of VDEPENDS
+ switched to NINJA-BUILD dep
+
2022-02-23 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: added versioned dependencies