summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiangzhe xz-dev <xiangzhedev@gmail.com>2024-06-26 23:17:38 +0800
committerYixun Lan <dlan@gentoo.org>2024-06-28 10:45:17 +0000
commit3792f9ee33f9246648303b0e2832a37b2f3913c3 (patch)
treee036b3dab217e0b54386fbdf4a485aeebd7f661f /gui-libs
parentdev-libs/wayland-protocols: Stabilize 1.36 ppc, #933535 (diff)
downloadgentoo-3792f9ee33f9246648303b0e2832a37b2f3913c3.tar.gz
gentoo-3792f9ee33f9246648303b0e2832a37b2f3913c3.tar.bz2
gentoo-3792f9ee33f9246648303b0e2832a37b2f3913c3.zip
gui-libs/hyprutils: add missing dep
Closes: https://bugs.gentoo.org/934933 Signed-off-by: Xiangzhe xz-dev <xiangzhedev@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r--gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild (renamed from gui-libs/hyprutils/hyprutils-0.1.4.ebuild)5
-rw-r--r--gui-libs/hyprutils/hyprutils-9999.ebuild5
2 files changed, 10 insertions, 0 deletions
diff --git a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild b/gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild
index d7a92f59830e..436c6061893f 100644
--- a/gui-libs/hyprutils/hyprutils-0.1.4.ebuild
+++ b/gui-libs/hyprutils/hyprutils-0.1.4-r1.ebuild
@@ -21,6 +21,11 @@ fi
LICENSE="BSD"
SLOT="0"
+DEPEND="
+ x11-libs/pixman
+"
+RDEPEND="${DEPEND}"
+
# Disable tests since as per upstream, tests require a theme to be installed
# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
RESTRICT="test"
diff --git a/gui-libs/hyprutils/hyprutils-9999.ebuild b/gui-libs/hyprutils/hyprutils-9999.ebuild
index d7a92f59830e..436c6061893f 100644
--- a/gui-libs/hyprutils/hyprutils-9999.ebuild
+++ b/gui-libs/hyprutils/hyprutils-9999.ebuild
@@ -21,6 +21,11 @@ fi
LICENSE="BSD"
SLOT="0"
+DEPEND="
+ x11-libs/pixman
+"
+RDEPEND="${DEPEND}"
+
# Disable tests since as per upstream, tests require a theme to be installed
# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
RESTRICT="test"