git: 260e0a7866d6 - main - x11-wm/hyprland-devel: back to default wlroots

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 11 Nov 2022 22:41:43 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=260e0a7866d6bce0f0ac784e6bb919705ce9f96b

commit 260e0a7866d6bce0f0ac784e6bb919705ce9f96b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-11 22:02:53 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-11 22:39:57 +0000

    x11-wm/hyprland-devel: back to default wlroots
---
 x11-wm/hyprland-devel/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/hyprland-devel/Makefile b/x11-wm/hyprland-devel/Makefile
index b3abf2d56c22..d4a7a6b063af 100644
--- a/x11-wm/hyprland-devel/Makefile
+++ b/x11-wm/hyprland-devel/Makefile
@@ -2,6 +2,7 @@ PORTNAME=	hyprland
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.17.0beta-75
 DISTVERSIONSUFFIX=	-g61995e3
+PORTREVISION=	1
 CATEGORIES=	x11-wm wayland
 PKGNAMESUFFIX=	-devel
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
 		wayland-protocols>=1.25:graphics/wayland-protocols \
-		wlroots>=0.15.0.478<0.17.0:x11-toolkits/wlroots
+		wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots
 LIB_DEPENDS=	libwayland-server.so:graphics/wayland \
 		libwlroots.so:x11-toolkits/wlroots \
 		libinput.so:x11/libinput \
@@ -47,5 +48,4 @@ post-patch:
 	@${REINPLACE_CMD} 's,/usr/share,${DATADIR:H},' \
 		${WRKSRC}/src/render/OpenGL.cpp
 
-.include "${.CURDIR:H:H}/x11-toolkits/wlroots-devel/override.mk"
 .include <bsd.port.mk>