mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-14 09:02:26 +02:00
gstreamer is searched for unconditionally, but we don't have gstreamer-pbutils packaged yet, so that's a problem. Make it conditional for now (as it ought to be upstream either way if they're going to have an option for it). Noticed the upstream bug link and got the patch (tweaked style slightly after) from flint2's PR at https://github.com/gentoo/gentoo/pull/41133. Closes: https://bugs.gentoo.org/951609 Closes: https://bugs.gentoo.org/951611 Signed-off-by: Sam James <sam@gentoo.org>
25 lines
648 B
Diff
25 lines
648 B
Diff
diff --git a/tests/meson.build b/tests/meson.build
|
|
index 377d48a..8a6ebe0 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -87,13 +87,11 @@ pytest_files = [
|
|
'test_clipboard.py',
|
|
'test_documents.py',
|
|
'test_document_fuse.py',
|
|
- 'test_dynamiclauncher.py',
|
|
'test_email.py',
|
|
'test_filechooser.py',
|
|
'test_globalshortcuts.py',
|
|
'test_inhibit.py',
|
|
'test_inputcapture.py',
|
|
- 'test_location.py',
|
|
'test_openuri.py',
|
|
'test_permission_store.py',
|
|
'test_print.py',
|
|
@@ -191,4 +189,4 @@ if enable_installed_tests
|
|
install_dir: installed_tests_data_dir,
|
|
)
|
|
endforeach
|
|
-endif
|
|
\ No newline at end of file
|
|
+endif
|