From 39c0eb80ec3ed867d23e8d629e1270d2b6ac5bf1 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Wed, 26 Jul 2023 11:24:00 +0200 Subject: [PATCH] minor fix on labwc recipe --- recipes-graphics/diya-shell/labwc_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/diya-shell/labwc_git.bb b/recipes-graphics/diya-shell/labwc_git.bb index ee16cf9..0b3b527 100644 --- a/recipes-graphics/diya-shell/labwc_git.bb +++ b/recipes-graphics/diya-shell/labwc_git.bb @@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d #FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -DEPENDS = "wayland wayland-protocols fontconfig seatd liberation-fonts libxkbcommon libdrm libudev pixman libgles2 cairo" +DEPENDS = "wayland wayland-protocols fontconfig seatd liberation-fonts libxkbcommon libdrm libudev pixman mesa cairo" SRCREV = "${AUTOREV}" # SRCREV = "27d2d9f0c76b5805ff43578272e809aeb665a498" -SRC_URI = "git://github.com/labwc/labwc.git;branch=master;" +SRC_URI = "git://github.com/labwc/labwc.git;protocol=https;branch=master;" inherit meson