diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-01-07 13:07:17 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-01-07 13:07:17 +0800 |
commit | 29309c1d646323b59300166997d5d4f937ee0b47 (patch) | |
tree | 26ed7e467db0eef28ba6658388b624e7e2a2795d /x11-toolkits | |
parent | eb45b27e23af73205264e445d232ba684e6779e6 (diff) | |
download | freebsd-ports-gnome-29309c1d646323b59300166997d5d4f937ee0b47.tar.gz freebsd-ports-gnome-29309c1d646323b59300166997d5d4f937ee0b47.tar.zst freebsd-ports-gnome-29309c1d646323b59300166997d5d4f937ee0b47.zip |
x11-toolkits/wlroots: add missing runtime dependencies
[xwayland/xwayland.c:141] failed to exec Xwayland: No such file or directory
xkbcommon: ERROR: failed to add default include path /usr/local/share/X11/xkb
[rootston/keyboard.c:421] Cannot create XKB context
[rootston/seat.c:660] could not allocate keyboard for seat
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wlroots/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/wlroots/Makefile b/x11-toolkits/wlroots/Makefile index 0181790fbf54..6b13b9b8d2e4 100644 --- a/x11-toolkits/wlroots/Makefile +++ b/x11-toolkits/wlroots/Makefile @@ -2,6 +2,7 @@ PORTNAME= wlroots DISTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -20,6 +21,7 @@ LIB_DEPENDS= libudev.so:devel/libudev-devd \ libwayland-egl.so:graphics/wayland \ libinput.so:x11/libinput \ libxkbcommon.so:x11/libxkbcommon +RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config USES= compiler:c11 gl meson pkgconfig USE_GITHUB= yes @@ -37,6 +39,7 @@ OPTIONS_DEFAULT=X11 OPTIONS_SUB= yes X11_LIB_DEPENDS=libxcb-icccm.so:x11/xcb-util-wm +X11_RUN_DEPENDS=Xwayland:x11-servers/xwayland X11_USE= XORG=x11,xcb X11_MESON_ON= -Dx11-backend=enabled -Dxcb-icccm=enabled -Dxwayland=enabled X11_MESON_OFF= -Dx11-backend=disabled -Dxcb-icccm=disabled -Dxwayland=disabled |