diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-17 13:45:42 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-17 13:49:15 +0100 |
commit | db7a28b187aa4ef8fee1a325bc493a16694a850b (patch) | |
tree | 96ebced6de94cdf3ad01b829a892d097f8c0691f /meson_options.txt | |
parent | e8754f43a602f76fdbd35cdd24f9cfeeb4cdcf2b (diff) | |
download | fiv-db7a28b187aa4ef8fee1a325bc493a16694a850b.tar.gz fiv-db7a28b187aa4ef8fee1a325bc493a16694a850b.tar.xz fiv-db7a28b187aa4ef8fee1a325bc493a16694a850b.zip |
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.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index fc53ac5..b97f848 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -2,5 +2,7 @@ option('libraw', type : 'feature', value : 'auto', description : 'Build with RAW support, requires LibRaw') option('librsvg', type : 'feature', value : 'auto', description : 'Build with SVG support, requires librsvg') +option('xcursor', type : 'feature', value : 'auto', + description : 'Build with Xcursor support, requires libXcursor') option('gdk-pixbuf', type : 'feature', value : 'auto', description : 'Build with a fallback to the gdk-pixbuf library') |