summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 17:13:18 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-23 17:23:54 +0100
commit2687ef55e494fc0cd863f074708745be6bac0bb6 (patch)
tree42b36c3add2f8e25a29788967ac51870e6ebc44c /meson_options.txt
parent0b235886b80baf7fea900b6ecc8721e49bcbb590 (diff)
downloadlibmediaart-2687ef55e494fc0cd863f074708745be6bac0bb6.tar.gz
Initial Meson build instructions for libmediaartwip/sam/meson
Mostly complete, but not finished -- tests fail, .pc file isn't created, and possibly other stuff missing.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..9fc8221
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],
+ description: 'Which image processing backend to use')