From 9e9f3a0330a1800dba2b81985c645b25da20ecb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 4 Jan 2022 11:26:51 +0100 Subject: [PATCH] meson.build: Remove a newline Will group two related variables together. The actual motivation is to trigger the dist CI job. Part-of: --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index c9e57c812..96470d455 100644 --- a/meson.build +++ b/meson.build @@ -83,7 +83,6 @@ libmutter_name = 'mutter-' + libmutter_api_version mutter_installed_tests_datadir = join_paths( datadir, 'installed-tests', libmutter_name) - mutter_installed_tests_libexecdir = join_paths( libexecdir, 'installed-tests', libmutter_name)