diff --git a/recipes-support/swaybg/swaybg_git.bb b/recipes-support/swaybg/swaybg_git.bb index 39aac1f..faa8077 100644 --- a/recipes-support/swaybg/swaybg_git.bb +++ b/recipes-support/swaybg/swaybg_git.bb @@ -6,7 +6,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b53d9ec16b9125995437ac9efab1b450" -REQUIRED_DISTRO_FEATURES = "wayland systemd" +REQUIRED_DISTRO_FEATURES = "wayland" DEPENDS = " \ cairo \ @@ -14,7 +14,7 @@ DEPENDS = " \ wayland \ wayland-native \ wayland-protocols \ - " +" SRC_URI = " \ git://github.com/swaywm/swaybg.git;protocol=https \ diff --git a/recipes-support/swayidle/swayidle_git.bb b/recipes-support/swayidle/swayidle_git.bb index 1fcda9f..6c06870 100644 --- a/recipes-support/swayidle/swayidle_git.bb +++ b/recipes-support/swayidle/swayidle_git.bb @@ -12,7 +12,7 @@ DEPENDS = " \ wayland \ wayland-native \ wayland-protocols \ - " +" SRC_URI = " \ git://github.com/swaywm/swayidle.git;protocol=https \