summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-11-03 15:47:26 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2018-02-11 20:21:04 +0800
commitbb92421bdb3fff437e6210cf4792f96e53dff1d8 (patch)
tree045359d7745cdd1a7b7177417ab1106c2b4e9787 /meson_options.txt
parentb4787d63aaf0f4685badc1732f872cf19e5616ad (diff)
downloadlibva-intel-driver-bb92421bdb3fff437e6210cf4792f96e53dff1d8.tar.gz
Add meson support
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 00000000..ec07a066
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,5 @@
+option('driverdir', type : 'string', description : 'drivers path')
+option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
+option('with_wayland', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
+option('enable_hybrid_codec', type : 'boolean', value : false)
+option('enable_tests', type : 'boolean', value : false)