diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb index d1f728f..4a64652 100644 --- a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland.bb @@ -3,6 +3,8 @@ HOMEPAGE = "https://github.com/hyprwm/xdg-desktop-portal-hyprland" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e0f1d50df739a9fb8eae12a8f37ce352" +SRC_URI:append = " file://0001-meson.build-Dont-build-hyprland-share-picker-with-me.patch" + require xdg-desktop-portal-hyprland.inc # Note: meta-qt6 is needed 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 08798b0..cc8ecd0 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 = "676571b2c042da64cf7625865e11bcdd560abfbf" -PV = "1.0.0" +SRCREV = "54b5467ec12fb115b537e0c86256226474edf8bb" +PV = "1.1.0" diff --git a/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland/0001-meson.build-Dont-build-hyprland-share-picker-with-me.patch b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland/0001-meson.build-Dont-build-hyprland-share-picker-with-me.patch new file mode 100644 index 0000000..43b7bd3 --- /dev/null +++ b/dynamic-layers/meta-qt6/recipes-qt/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland/0001-meson.build-Dont-build-hyprland-share-picker-with-me.patch @@ -0,0 +1,22 @@ +From 8d7b941147a48957d8464cce2058d52f37040d26 Mon Sep 17 00:00:00 2001 +From: Markus Volk +Date: Wed, 20 Sep 2023 16:56:17 +0200 +Subject: [PATCH] meson.build: Dont build hyprland-share-picker with meson + +Signed-off-by: Markus Volk +--- + meson.build | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/meson.build b/meson.build +index 77c1a80..3169e9c 100644 +--- a/meson.build ++++ b/meson.build +@@ -66,4 +66,3 @@ inc = include_directories('.', 'protocols') + + subdir('protocols') + subdir('src') +-subdir('hyprland-share-picker') +-- +2.42.0 +