aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-12-31 09:45:10 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-12-31 09:53:01 +0000
commita480caeeb628da63ed943d07597cadbd47ff166f (patch)
tree3844b8bd06e17b7a60c432d48b7fdbf6d619389a
parent64cd9b834640d880d8bb0cd083d2e4cdf365eec6 (diff)
downloadports-a480caeeb628da63ed943d07597cadbd47ff166f.tar.gz
ports-a480caeeb628da63ed943d07597cadbd47ff166f.zip
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)
-rw-r--r--x11/wcm/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \