git: a480caeeb628 - main - x11/wcm: explicitly depend on wayland-protocols

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 31 Dec 2021 09:53:40 UTC
The branch main has been updated by jbeich:

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

commit a480caeeb628da63ed943d07597cadbd47ff166f
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-12-31 09:45:10 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-12-31 09:53:01 +0000

    x11/wcm: explicitly depend on wayland-protocols
    
    proto/meson.build:1:0: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig
    
    PR:             260639
    Reported by:    antoine (via exp-run)
---
 x11/wcm/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11/wcm/Makefile b/x11/wcm/Makefile
index 367cf1c530c0..4cafdc06d831 100644
--- a/x11/wcm/Makefile
+++ b/x11/wcm/Makefile
@@ -10,6 +10,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	evdev-proto>0:devel/evdev-proto \
+		wayland-protocols>0:graphics/wayland-protocols \
 		wayfire>0:x11-wm/wayfire
 LIB_DEPENDS=	libevdev.so:devel/libevdev \
 		libwf-config.so:devel/wf-config \