diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-09-16 12:35:36 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-09-16 15:51:01 +0200 |
commit | 913267724ab3d503a4c6dde4ce31ef6460749d4b (patch) | |
tree | e331537a4501ed71d40e57b0ef5ba6161b9192bd /meson_options.txt | |
parent | 97781f6af4e3c84ab6fc6d574bc0b992cea3baa9 (diff) | |
download | fiv-913267724ab3d503a4c6dde4ce31ef6460749d4b.tar.gz fiv-913267724ab3d503a4c6dde4ce31ef6460749d4b.tar.xz fiv-913267724ab3d503a4c6dde4ce31ef6460749d4b.zip |
Add RAW support using LibRaw
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 new file mode 100644 index 0000000..0d56b56 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('libraw', type : 'feature', value : 'auto', + description : 'Build with RAW support, requires LibRaw') |