From b94dce9dd130a29f68c767e1a0cab5aa23766f8d Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 4 Mar 2023 06:44:32 +0100 Subject: [PATCH] wlroots: update --- recipes-wlroots/wlroots/wlroots_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index c53e116..04cc881 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -13,6 +13,7 @@ REQUIRED_DISTRO_FEATURES = "wayland" DEPENDS += " \ hwdata-native \ + libdisplay-info \ libdrm \ libxkbcommon \ pixman \ @@ -32,12 +33,12 @@ PACKAGECONFIG[x11] = ",,xcb-util-renderutil" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm,xwayland" PACKAGECONFIG ?= " \ - ${@bb.utils.filter('DISTRO_FEATURES', 'systemd sysvinit vulkan x11 xwayland opengl', d)} \ + ${@bb.utils.filter('DISTRO_FEATURES', 'systemd vulkan x11 xwayland opengl', d)} \ libinput \ " SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "8619ffab2142d8c0022bfa86e1ff7a3539c01f46" +SRCREV = "5ae17de23f5fd9bb252a698f3771c840280e2c05" PV = "0.17.0-dev" S = "${WORKDIR}/git"