From e2f2c5dd42e193d4bddb0bda49b07bf254cff248 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Jun 2022 15:12:54 +0100 Subject: build: Change how we create symlinks from Meson Use install_symlink() in Meson versions that support it, or a script with similar invocation in versions that do not. This will make it straightforward to migrate to install_symlink() when we drop support for Meson versions older than 0.61.0. Based on an implementation in the game-data-packager package, which used a shell script. Signed-off-by: Simon McVittie --- Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index f37865e8..6fb53c9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,6 @@ EXTRA_DIST = \ meson.build \ meson_options.txt \ meson_post_install.py \ - meson_post_install_systemd.py \ subprojects/expat.wrap \ subprojects/glib.wrap \ test/CMakeLists.txt \ -- cgit v1.2.1