fix after S rework

This commit is contained in:
Markus Volk
2025-06-20 14:33:35 +02:00
parent 293999517a
commit ad5cfa2b1d
160 changed files with 20 additions and 175 deletions

View File

@ -14,6 +14,6 @@ inherit qt6-cmake features_check
REQUIRED_DISTRO_FEATURES = "opengl wayland"
S = "${WORKDIR}/git/hyprland-share-picker"
S = "${UNPACKDIR}/${BP}/hyprland-share-picker"

View File

@ -29,7 +29,6 @@ RCONFLICTS:${PN} = "xdg-desktop-portal-wlr xdg-desktop-portal-gnome"
inherit meson pkgconfig features_check
REQUIRED_DISTRO_FEATURES = "opengl wayland"
S = "${WORKDIR}/git"
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd"