summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-16 19:06:23 +0100
committerIsmael Luceno2022-03-16 19:12:27 +0100
commit9089513fc6606da576dcc4dc99d8aba46544ab6c (patch)
tree00a292eac3ae77f610081b470d621141ec3107cf /wm-addons
parentbdeabbd10608fb16dc17fa2e686e1cc3c22c9aba (diff)
wlroots: Add versioned dep on libdrm >= 2.4.109
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/wlroots/DEPENDS7
-rw-r--r--wm-addons/wlroots/HISTORY1
2 files changed, 7 insertions, 1 deletions
diff --git a/wm-addons/wlroots/DEPENDS b/wm-addons/wlroots/DEPENDS
index 4fbcd3ce69..dae619d234 100755
--- a/wm-addons/wlroots/DEPENDS
+++ b/wm-addons/wlroots/DEPENDS
@@ -1,3 +1,5 @@
+. "$GRIMOIRE"/VDEPENDS &&
+
if [[ '${WLROOTS_BRANCH}' == 'scm' ]]; then
depends git
fi &&
@@ -6,7 +8,6 @@ depends meson &&
depends python3 &&
depends NINJA-BUILD &&
depends DEVICE-MANAGER &&
-depends libdrm &&
#depends libinput &&
depends libxkbcommon &&
depends OPENGL &&
@@ -16,6 +17,10 @@ depends wayland &&
depends wayland-protocols &&
depends xcb-util-errors &&
+vdepends <<! &&
+ libdrm >= 2.4.109
+!
+
#optional_depends libcap \
# 'libcap=enabled' \
# 'libcap=disabled' \
diff --git a/wm-addons/wlroots/HISTORY b/wm-addons/wlroots/HISTORY
index 7be9dc7ad3..1212779296 100644
--- a/wm-addons/wlroots/HISTORY
+++ b/wm-addons/wlroots/HISTORY
@@ -1,5 +1,6 @@
2022-03-16 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: switched to NINJA-BUILD
+ add version req to libdrm
2022-01-27 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: add gpg checking