Date: Mon, 28 Aug 2023 17:05:19 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: e6615105ba8e - main - x11-wm/gamescope: drop unused dependency after f59477a32434 Message-ID: <202308281705.37SH5J7o028647@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=e6615105ba8e30bd2747a74ec862b3c8e1129127 commit e6615105ba8e30bd2747a74ec862b3c8e1129127 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-08-28 16:45:01 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-08-28 17:05:03 +0000 x11-wm/gamescope: drop unused dependency after f59477a32434 --- x11-wm/gamescope/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-wm/gamescope/Makefile b/x11-wm/gamescope/Makefile index a875c105241e..7058cd450025 100644 --- a/x11-wm/gamescope/Makefile +++ b/x11-wm/gamescope/Makefile @@ -19,8 +19,7 @@ BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ glm>0:math/glm \ hwdata>0:misc/hwdata \ wlroots>=0.16.0<0.17.0:x11-toolkits/wlroots -LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ - libdrm.so:graphics/libdrm \ +LIB_DEPENDS= libdrm.so:graphics/libdrm \ libliftoff.so:graphics/libliftoff \ libvulkan.so:graphics/vulkan-loader \ libwayland-server.so:graphics/wayland \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308281705.37SH5J7o028647>