summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2025-07-07 19:15:16 +0200
committerJan Beich <jbeich@FreeBSD.org>2025-07-07 19:42:23 +0200
commitdf9bb368011186bcdd4819ca4b659388ce6252eb (patch)
treeb0d62d4ca4fb6d8fb352b9f5092747ef49c995d8
parentmisc/hwdata: Update to 0.397 (diff)
x11/swayimg: add missing dependency after c013d7d8d954
https://github.com/artemsen/swayimg/commit/53e6f7576e52
-rw-r--r--x11/swayimg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile
index 01dc99c137ba..a86c41e870f8 100644
--- a/x11/swayimg/Makefile
+++ b/x11/swayimg/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= libinotify.so:devel/libinotify \
libxkbcommon.so:x11/libxkbcommon
TEST_DEPENDS= googletest>0:devel/googletest
-USES= meson pkgconfig
+USES= dekstop-file-utils meson pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= artemsen
MESON_ARGS= -Dversion="${DISTVERSIONFULL}"