1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-wm/lxqt-wayland-session: Fix build

- Add missing dependency
This commit is contained in:
Jose Alonso Cardenas Marquez 2024-11-09 22:31:32 -08:00
parent 9b6aa898df
commit d88e3e8de2
No known key found for this signature in database
GPG Key ID: 335B9246BA5E30F4

View File

@ -18,6 +18,6 @@ USES= cmake gl localbase:ldflags perl5 pkgconfig lxqt:2 \
USE_GL= gl
USE_PERL5= build
USE_XORG= ice sm xcb xext
USE_LXQT= buildtools2
USE_LXQT= buildtools2 lxqt
.include <bsd.port.mk>