diff options
-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 |