build: Use build-aux for auxiliary build scripts

This is the name most projects have settled on, so let's use that
as well.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/406>
This commit is contained in:
Florian Müllner
2025-06-08 13:22:39 +02:00
parent 7c6c4f0ef9
commit 59e6aefd5e
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ foreach name : session_desktops
session_instdir = wlsessiondir
else
# FIXME: The same target can not be copied into two directories.
# There is a workaround in meson/session-post-install.py until proper
# There is a workaround in build-aux/session-post-install.py until proper
# solution arises:
# https://github.com/mesonbuild/meson/issues/2416
session_instdir = wlsessiondir
+2 -2
View File
@@ -90,7 +90,7 @@ if classic_mode_enabled
subdir('data')
if have_x11
meson.add_install_script(
'meson/session-post-install.py',
'build-aux/session-post-install.py',
join_paths(get_option('prefix'), datadir),
)
endif
@@ -101,7 +101,7 @@ subdir('po')
gnome.post_install(glib_compile_schemas: true)
meson.add_dist_script('meson/check-version.py', meson.project_version(), 'NEWS')
meson.add_dist_script('build-aux/check-version.py', meson.project_version(), 'NEWS')
summary_options = {
'extensions': enabled_extensions,