1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

x11-wm/wayfire: unbreak build after b35bdcd8fa50

meson.build:28:17: ERROR: Dependency "glm" not found, tried pkgconfig

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2024-03-02 08:33:05 +01:00
parent 29b3985199
commit afe28455ad

View File

@ -15,7 +15,8 @@ WWW= https://wayfire.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
BUILD_DEPENDS= cmake:devel/cmake-core \
evdev-proto>0:devel/evdev-proto \
nlohmann-json>0:devel/nlohmann-json \
wf-config>=0.8.0<0.9.0:devel/wf-config \
${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \