wlroots: update

This commit is contained in:
Markus Volk 2023-03-04 06:44:32 +01:00
parent e4e9125efc
commit b94dce9dd1

View File

@ -13,6 +13,7 @@ REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \ DEPENDS += " \
hwdata-native \ hwdata-native \
libdisplay-info \
libdrm \ libdrm \
libxkbcommon \ libxkbcommon \
pixman \ pixman \
@ -32,12 +33,12 @@ PACKAGECONFIG[x11] = ",,xcb-util-renderutil"
PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm,xwayland" PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-util-wm,xwayland"
PACKAGECONFIG ?= " \ 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 \ libinput \
" "
SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https"
SRCREV = "8619ffab2142d8c0022bfa86e1ff7a3539c01f46" SRCREV = "5ae17de23f5fd9bb252a698f3771c840280e2c05"
PV = "0.17.0-dev" PV = "0.17.0-dev"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"