libinput-openbsd is neither linked nor dlopen()d so move

from LIB_DEPENDS to BUILD_DEPENDS, found by "LIB_DEPENDS xx not needed for"
This commit is contained in:
sthen
2026-03-09 20:01:42 +00:00
parent c1a54f91a3
commit 0fa8b67e3e
+2 -3
View File
@@ -3,7 +3,7 @@ COMMENT = open source, multi-platform library for creating windows
V = 3.4
DISTNAME = glfw-${V}
CATEGORIES = graphics x11
REVISION = 1
REVISION = 2
SHARED_LIBS += glfw 1.2 # 3.4
@@ -32,12 +32,11 @@ CONFIGURE_ARGS = -DBUILD_SHARED_LIBS=ON \
CFLAGS += -I${X11BASE}/include
BUILD_DEPENDS = wayland/libinput-openbsd
LIB_DEPENDS = devel/epoll-shim \
wayland/libinput-openbsd \
wayland/wayland \
x11/xkbcommon
NO_TEST = Yes
.include <bsd.port.mk>