pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dunst-git: add librsvg dependency



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 21 15:30:03 2024 +0100
Changeset:	cac06ef2a7731ac52ac370d7ee031e66b6ae7f4c

Modified Files:
	dunst-git/Makefile

Log Message:
dunst-git: add librsvg dependency

The program expects gdk-pixbuf to be able to load SVG files.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cac06ef2a7731ac52ac370d7ee031e66b6ae7f4c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dunst-git/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/dunst-git/Makefile b/dunst-git/Makefile
index 7a15bd1163..6b79f15273 100644
--- a/dunst-git/Makefile
+++ b/dunst-git/Makefile
@@ -47,6 +47,7 @@ INSTALLATION_DIRS+=	share/dunst
 
 .include "../../devel/pango/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
+.include "../../graphics/librsvg/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"


Home | Main Index | Thread Index | Old Index