From db7a28b187aa4ef8fee1a325bc493a16694a850b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Wed, 17 Nov 2021 13:45:42 +0100 Subject: Add support for opening Xcursor files Sadly, they don't have a canonical extension, and they don't show up in the browser. We might want to employ some level of sniffing. The first 16 bytes are enough to identify a lot. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index dde19d4..f678de4 100644 --- a/README.adoc +++ b/README.adoc @@ -20,7 +20,7 @@ Building and Running Build dependencies: Meson, pkg-config + Runtime dependencies: gtk+-3.0, glib>=2.64, pixman-1, shared-mime-info, spng>=0.7.0, libturbojpeg, LibRaw (optional), librsvg-2.0 (optional), -gdk-pixbuf-2.0 (optional) +xcursor (optional), gdk-pixbuf-2.0 (optional) $ git clone --recursive https://git.janouch.name/p/fastiv.git $ meson builddir -- cgit v1.2.3