1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

build: Move loose scripts in meson subdir to tools

The build dir looks "prettier" without the meson subdir.
With prettier I mean: just the OSes subdirs.
This commit is contained in:
Bruno Lopes
2025-09-24 09:06:01 -03:00
parent 9337c55599
commit c13bf1af19
7 changed files with 5 additions and 5 deletions

View File

@@ -1229,7 +1229,7 @@ dbus_run_session = find_program('dbus-run-session', required: get_option('headle
if xvfb_run.found() and dbus_run_session.found()
conf.set('HAVE_XVFB_RUN', true)
add_test_setup('headless',
exe_wrapper: find_program('build' / 'meson' / 'run_test_env.sh'),
exe_wrapper: find_program('tools' / 'run_test_env.sh'),
is_default: true,
)
endif
@@ -1714,7 +1714,7 @@ if is_git_repository
endif
if git.found()
git_submodule_check = run_command(meson.project_source_root() / 'build/meson/check-gimp-data.py',
git_submodule_check = run_command(meson.project_source_root() / 'tools/check-gimp-data.py',
check: false)
if git_submodule_check.returncode() != 0
submodule_warning = 'gimp-data submodule seems outdated. Possibly run from the source repository: git submodule update'