From f3b309af5375a8fd256384bdc3d23d7b8162535e Mon Sep 17 00:00:00 2001 From: MarkusVolk Date: Wed, 27 Oct 2021 15:58:21 +0200 Subject: [PATCH] wlroots: update --- recipes-wlroots/wlroots/wlroots_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index 001070a..1deec22 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -13,18 +13,17 @@ REQUIRED_DISTRO_FEATURES = "wayland" DEPENDS += " \ libdrm \ - libinput \ libxkbcommon \ pixman \ seatd \ - virtual/egl \ virtual/libgbm \ - virtual/libgles2 \ wayland \ wayland-native \ wayland-protocols \ " +PACKAGECONFIG[libinput] = ",,libinput" +PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2" PACKAGECONFIG[systemd] = ",,systemd" PACKAGECONFIG[sysvinit] = ",,eudev" PACKAGECONFIG[vulkan] = ",,vulkan-loader vulkan-headers glslang glslang-native" @@ -37,10 +36,12 @@ PACKAGECONFIG ?= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)} \ + gles \ + libinput \ " SRC_URI = "git://github.com/swaywm/wlroots.git;branch=master;protocol=https" -SRCREV = "36cf38742734b003b2abbcd1de910771a8454ef1" +SRCREV = "ebe3cfaceb77ca3b446fa52af6aedc89c98770e5" PV = "0.14.1+${SRCREV}" S = "${WORKDIR}/git"