mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
build: Drop a no-longer-needed Meson backwards compatibility check
See the previous commit. Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>
This commit is contained in:
@@ -1086,20 +1086,11 @@ endif
|
|||||||
|
|
||||||
if multiarch_bindir != get_option('bindir')
|
if multiarch_bindir != get_option('bindir')
|
||||||
foreach exe : ['gio-querymodules', 'glib-compile-schemas']
|
foreach exe : ['gio-querymodules', 'glib-compile-schemas']
|
||||||
if meson.version().version_compare('>=0.61.0')
|
install_symlink(
|
||||||
install_symlink(
|
exe,
|
||||||
exe,
|
install_dir : get_option('bindir'),
|
||||||
install_dir : get_option('bindir'),
|
pointing_to : get_option('prefix') / multiarch_bindir / exe,
|
||||||
pointing_to : get_option('prefix') / multiarch_bindir / exe,
|
)
|
||||||
)
|
|
||||||
else
|
|
||||||
warning(
|
|
||||||
'Please use Meson >= 0.61.0 or create a symlink @1@ -> @2@ in packaging'.format(
|
|
||||||
get_option('prefix') / get_option('bindir') / exe,
|
|
||||||
get_option('prefix') / multiarch_bindir / exe,
|
|
||||||
)
|
|
||||||
)
|
|
||||||
endif
|
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user