meta-agl-core: remove backported gstreamer patch
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0009-Revert-test-add-test-for-the-loop.patch
1 From bf29285fb6e534b754a3b0c7b33d2a0ed3b98b79 Mon Sep 17 00:00:00 2001
2 From: Ashok Sidipotu <ashok.sidipotu@collabora.com>
3 Date: Thu, 24 Feb 2022 16:13:54 +0530
4 Subject: [PATCH 09/12] Revert "test: add test for the loop"
5
6 This reverts commit 5ac5ebfe19618f303c2bb4f0f9295baba0299961.
7 ---
8  test/meson.build | 8 --------
9  1 file changed, 8 deletions(-)
10
11 diff --git a/test/meson.build b/test/meson.build
12 index 4108ac14b..87e211431 100644
13 --- a/test/meson.build
14 +++ b/test/meson.build
15 @@ -71,14 +71,6 @@ test('test-client',
16                 link_with: pwtest_lib)
17  )
18  
19 -test('test-loop',
20 -    executable('test-loop',
21 -               'test-loop.c',
22 -               include_directories: pwtest_inc,
23 -               dependencies: [ spa_dep ],
24 -               link_with: pwtest_lib)
25 -)
26 -
27  test('test-context',
28      executable('test-context',
29                 'test-context.c',
30 -- 
31 2.35.1
32