Blame SOURCES/0001-No-va-test-when-va-disabled.patch

29729f
From 3e57512bea64ae9d231441caae96037a96aef2bf Mon Sep 17 00:00:00 2001
29729f
From: Troy Dawson <tdawson@redhat.com>
29729f
Date: Mon, 19 Oct 2020 14:09:32 -0700
29729f
Subject: [PATCH] No va test when va disabled
29729f
29729f
---
29729f
 tests/examples/meson.build | 4 +++-
29729f
 1 file changed, 3 insertions(+), 1 deletion(-)
29729f
29729f
diff --git a/tests/examples/meson.build b/tests/examples/meson.build
29729f
index a41fc16..a73c81d 100644
29729f
--- a/tests/examples/meson.build
29729f
+++ b/tests/examples/meson.build
29729f
@@ -13,7 +13,9 @@ if not get_option('opencv').disabled()
29729f
     subdir('opencv', if_found: opencv_dep)
29729f
 endif
29729f
 subdir('uvch264')
29729f
-subdir('va')
29729f
+if not get_option('va').disabled()
29729f
+    subdir('va')
29729f
+endif
29729f
 subdir('waylandsink')
29729f
 subdir('webrtc')
29729f
 
29729f
-- 
29729f
2.18.4
29729f