From 2a96b129fbc1b65f34597a72e29cb9cc7cb208d9 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Mon, 14 Feb 2022 11:13:06 +0100 Subject: meson.build: Specify 'check' option in run_command() The default value will be changed in future Meson releases. Don't use deprecated python3.path() and execute(..., gui_app: ...). --- tests/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index 4d1135dc..ec8e17e2 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -62,7 +62,6 @@ foreach ex : test_programs cpp_args: ['-DGLIBMM_DISABLE_DEPRECATED', '-DGIOMM_DISABLE_DEPRECATED'], dependencies: is_multithread ? [mm_dep, thread_dep] : mm_dep, implicit_include_directories: false, - gui_app: false, build_by_default: true, install: false, ) @@ -79,7 +78,6 @@ foreach ex : test_programs '-DGLIBMM_TEST_THAT_COMPILATION_FAILS=' + suffix], dependencies: mm_dep, implicit_include_directories: false, - gui_app: false, build_by_default: false, install: false, ) -- cgit v1.2.1