Date: Fri, 31 Dec 2021 09:53:41 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: 7c6871757dc9 - main - x11-wm/phoc: explicitly depend on wayland-protocols Message-ID: <202112310953.1BV9rfZ6079344@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=7c6871757dc991da60cb4ed5b3ca613cfbf8e2b1 commit 7c6871757dc991da60cb4ed5b3ca613cfbf8e2b1 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2021-12-31 09:47:13 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2021-12-31 09:53:01 +0000 x11-wm/phoc: explicitly depend on wayland-protocols meson.build:36:0: ERROR: Dependency "wayland-protocols" not found, tried pkgconfig PR: 260639 Reported by: antoine (via exp-run) --- x11-wm/phoc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/phoc/Makefile b/x11-wm/phoc/Makefile index ba6dc42e2ea2..0038f4733035 100644 --- a/x11-wm/phoc/Makefile +++ b/x11-wm/phoc/Makefile @@ -10,6 +10,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ + wayland-protocols>=1.15:graphics/wayland-protocols \ wlroots>=0.14.1<0.15.0:x11-toolkits/wlroots LIB_DEPENDS= libwayland-server.so:graphics/wayland \ libwlroots.so:x11-toolkits/wlroots \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112310953.1BV9rfZ6079344>