From df9117bd0d0952fcc2ddc21f782bd469a8715584 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 8 Jun 2022 13:42:08 +0200 Subject: [PATCH] wlroots: update --- recipes-wlroots/wlroots/wlroots_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-wlroots/wlroots/wlroots_git.bb b/recipes-wlroots/wlroots/wlroots_git.bb index 67ea681..a6a7e24 100644 --- a/recipes-wlroots/wlroots/wlroots_git.bb +++ b/recipes-wlroots/wlroots/wlroots_git.bb @@ -15,14 +15,13 @@ DEPENDS += " \ libxkbcommon \ pixman \ seatd \ - virtual/libgbm \ wayland \ wayland-native \ wayland-protocols \ " -PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false" -PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2" +PACKAGECONFIG[examples] = "-Dexamples=true,-Dexamples=false,libpng ffmpeg" +PACKAGECONFIG[gles] = ",,virtual/egl virtual/libgles2 virtual/libgbm" PACKAGECONFIG[libdrm] = ",,libdrm" PACKAGECONFIG[libinput] = ",,libinput" PACKAGECONFIG[systemd] = ",,systemd" @@ -33,11 +32,12 @@ PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,xwayland xcb-u PACKAGECONFIG ?= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd sysvinit vulkan x11 xwayland', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles', 'libdrm', d)} \ libinput \ " SRC_URI = "git://gitlab.freedesktop.org/wlroots/wlroots.git;branch=master;protocol=https" -SRCREV = "19896e7fb63db73c4a66b68a79d7cbd039198a1d" +SRCREV = "0173275f7ed709dc9c3c6115bc8112bf1185d6ec" PV = "0.15.1" S = "${WORKDIR}/git"