summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSasha Finkelstein <fnkl.kernel@gmail.com>2024-01-31 10:47:47 +0000
committerMart Raudsepp <leio@gentoo.org>2024-02-04 15:13:05 +0200
commitd425a61073dd3ea69b4794da106f4f28f1ebf69b (patch)
tree6b7e0f21ca3db5e68583013f578cbb37626a880c
parentx11-libs/snorenotify: treeclean (diff)
downloadgentoo-d425a61073dd3ea69b4794da106f4f28f1ebf69b.tar.gz
gentoo-d425a61073dd3ea69b4794da106f4f28f1ebf69b.tar.bz2
gentoo-d425a61073dd3ea69b4794da106f4f28f1ebf69b.zip
app-laptop/tiny-dfr: Add missing gdk-pixbuf dependency
Signed-off-by: Sasha Finkelstein <fnkl.kernel@gmail.com> Closes: https://bugs.gentoo.org/923393 Closes: https://github.com/gentoo/gentoo/pull/35114 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-rw-r--r--app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild (renamed from app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild)1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild b/app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild
index 9520f53acb78..84f2d99e0307 100644
--- a/app-laptop/tiny-dfr/tiny-dfr-0.2.0.ebuild
+++ b/app-laptop/tiny-dfr/tiny-dfr-0.2.0-r1.ebuild
@@ -225,6 +225,7 @@ SRC_URI="
DEPEND="
dev-libs/libinput
x11-libs/pango
+ x11-libs/gdk-pixbuf
"
RDEPEND="${DEPEND}"