summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-08-17 12:54:47 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2017-08-25 15:57:54 +0200
commit3c345e3a43bbf7a5000d7d29dcfa7fa8601361f8 (patch)
treeea943cd8fe2e675c991d2c3cbbe97f04ec9d9fa0 /meson_options.txt
parente8148cea0de71d19e4a9e62bc84ec5ab6cb8bc6f (diff)
Revert "build: check for libva-2.0"
This reverts commit 8f2eb70803099d4b533ecc10fc259041d8714210. https://bugzilla.gnome.org/show_bug.cgi?id=784398
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b411067c..018f8bc3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,3 @@
-option('with_libva', type : 'combo', choices : ['1', '2', 'auto'], value : 'auto')
option('with_encoders', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_drm', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
option('with_x11', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')