mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
gui-apps/hyprlock: add hyprutils dependency
Without it it did not compile: ``` -- Package 'hyprutils' not found CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:619 (message): The following required packages were not found: - hyprutils>=0.2.0 Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal) CMakeLists.txt:39 (pkg_check_modules) ``` Also sorted RDEPEND Signed-off-by: Filip Kobierski <fkobi@pm.me>
This commit is contained in:
@@ -20,13 +20,14 @@ LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
>=gui-libs/hyprutils-0.2.0
|
||||
dev-libs/date
|
||||
dev-libs/glib:2
|
||||
dev-libs/wayland
|
||||
media-libs/libglvnd
|
||||
media-libs/mesa[opengl]
|
||||
sys-libs/pam
|
||||
dev-libs/glib:2
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
media-libs/libglvnd
|
||||
x11-libs/cairo
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/libdrm
|
||||
Reference in New Issue
Block a user