Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Feb 2023 16:29:39 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: 250bd3bf23f5 - main - x11-wm/phoc@phosh: depend on mesa-dri like @default flavor
Message-ID:  <202302031629.313GTdC7072447@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=250bd3bf23f5149458a9d6b0228044969ef52e88

commit 250bd3bf23f5149458a9d6b0228044969ef52e88
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-03 13:08:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-03 16:26:52 +0000

    x11-wm/phoc@phosh: depend on mesa-dri like @default flavor
---
 x11-wm/phoc/Makefile.wlroots | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-wm/phoc/Makefile.wlroots b/x11-wm/phoc/Makefile.wlroots
index 7d2e9609e411..106de7ae5c88 100644
--- a/x11-wm/phoc/Makefile.wlroots
+++ b/x11-wm/phoc/Makefile.wlroots
@@ -7,7 +7,8 @@ LIB_DEPENDS:=	${LIB_DEPENDS:N*wlroots*} \
 		libxcb-errors.so:x11/xcb-util-errors \
 		libxcb-render-util.so:x11/xcb-util-renderutil \
 		libxcb-icccm.so:x11/xcb-util-wm
-RUN_DEPENDS+=	xwayland-devel>0:x11-servers/xwayland-devel
+RUN_DEPENDS+=	mesa-dri>0:graphics/mesa-dri \
+		xwayland-devel>0:x11-servers/xwayland-devel
 USE_GL+=	gbm egl
 GL_TUPLE+=	https://source.puri.sm:Librem5:wlroots:1f8bb9e0e3058fc31a14866dc52e8f83c1287a09:wlroots/subprojects/wlroots
 MESON_ARGS+=	-Dwlroots:default_library=static



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302031629.313GTdC7072447>