mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user