Date: Fri, 31 Dec 2021 09:53:40 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a480caeeb628 - main - x11/wcm: explicitly depend on wayland-protocols Message-ID: <202112310953.1BV9reQK079317@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112310953.1BV9reQK079317>