diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-01-03 10:16:48 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-01-03 10:16:48 +0000 |
commit | 2ae378a603d4d4fad240f519e1a85abe280074c9 (patch) | |
tree | 69fb97708163b8ec8bfa0f45f5a3be48082e1baa /x11-wm/sway | |
parent | 8f17b09717695a85687a53261efd3cec9195f107 (diff) |
x11-wm/sway: fix required wlroots version
Subproject directory not found and wlroots.wrap file not found
Subproject subprojects/wlroots is buildable: NO (disabling)
Dependency wlroots found: NO found '0.10.0' but need: '<0.10.0' ; matched: '>=0.9.0'
Run-time dependency wlroots found: NO (tried cmake)
meson.build:73:1: ERROR: Invalid version of dependency, need 'wlroots' ['<0.10.0'] found '0.10.0'.
Notes
Notes:
svn path=/head/; revision=521921
Diffstat (limited to 'x11-wm/sway')
-rw-r--r-- | x11-wm/sway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index 973bb6a92774..a7ea5137577f 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ wayland-protocols>=1.14:graphics/wayland-protocols \ - wlroots>=0.9.0:x11-toolkits/wlroots + wlroots>=0.9.0<0.10.0:x11-toolkits/wlroots LIB_DEPENDS= libjson-c.so:devel/json-c \ libevdev.so:devel/libevdev \ libpcre.so:devel/pcre \ |