From f3f2264db240c1194951df497574a94927a81f56 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 21 Jun 2024 19:33:22 +0200 Subject: [PATCH] hyprlock: cleanup --- recipes-support/hyprland/hyprlock_git.bb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/recipes-support/hyprland/hyprlock_git.bb b/recipes-support/hyprland/hyprlock_git.bb index fe4db94..9a06375 100644 --- a/recipes-support/hyprland/hyprlock_git.bb +++ b/recipes-support/hyprland/hyprlock_git.bb @@ -8,7 +8,22 @@ SRC_URI = "git://github.com/hyprwm/hyprlock.git;protocol=https;branch=main" REQUIRED_DISTRO_FEATURES = "opengl" -DEPENDS = "wayland wayland-native wayland-protocols hyprlang hyprutils libxkbcommon cairo pango jpeg libwebp libdrm libpam virtual/libgl virtual/egl" +DEPENDS = " \ + cairo \ + hyprlang \ + hyprutils \ + jpeg \ + libdrm \ + libpam \ + libwebp \ + libxkbcommon \ + pango \ + virtual/egl \ + virtual/libgl \ + wayland \ + wayland-native \ + wayland-protocols \ +" S = "${WORKDIR}/git" SRCREV = "c5b8ad03d03ddbd2b0ff8615c2f6dba31374b6a8"