From 914245c18a886511fd392b15450ea685d26c19e0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 17 Dec 2024 09:54:09 +0100 Subject: [PATCH] xdg-desktop-portal-hyprland: update --- .../xdg-desktop-portal-hyprland/hyprland-share-picker.bb | 2 +- .../xdg-desktop-portal-hyprland.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb index b358ce6..9044e75 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/hyprland-share-picker.bb @@ -4,7 +4,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://../LICENSE;md5=e0f1d50df739a9fb8eae12a8f37ce352" # Note: meta-qt6 is needed -DEPENDS = "qtbase" +DEPENDS = "qtbase hyprutils" RDEPENDS:${PN} = "qtwayland" RRECOMMENDS:${PN} = "qgnomeplatform" diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc index b84138d..f3cecc7 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.inc @@ -1,3 +1,3 @@ SRC_URI = "gitsm://github.com/hyprwm/xdg-desktop-portal-hyprland.git;protocol=https;nobranch=1" -SRCREV = "05f4271dfc5d4cef9710db654eb1dd9894a16ac0" -PV = "1.3.7" +SRCREV = "3e884d941ca819c1f2e50df8bdae0debded1ed87" +PV = "1.3.8"