[vlc-commits] [Git][videolan/vlc][master] contrib: meson: always use meson `setup`
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Mar 11 07:55:06 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
f1622937 by Alaric Senat at 2023-03-11T07:18:05+00:00
contrib: meson: always use meson `setup`
"meson builddir" has been deprecated since 0.64.0.
Please see 3c7ab542c0c4770241eae149b0d4cd8de329aee0 [1] upstream for the
complete explanation.
[1] https://github.com/mesonbuild/meson/commit/3c7ab542c0c4770241eae149b0d4cd8de329aee0
- - - - -
1 changed file:
- contrib/src/main.mak
Changes:
=====================================
contrib/src/main.mak
=====================================
@@ -505,7 +505,7 @@ MESON = env -i PATH="$(PREFIX)/bin:$(PATH)" \
$(MESONFLAGS)
else
-MESON = meson $(MESONFLAGS)
+MESON = meson setup $(MESONFLAGS)
endif
MESONCLEAN = rm -rf $(BUILD_DIR)/meson-private
MESONBUILD = meson compile -C $(BUILD_DIR) $(MESON_BUILD) && meson install -C $(BUILD_DIR)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f16229374002d796979f3b6b5cb95cc5e8d45c4d
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f16229374002d796979f3b6b5cb95cc5e8d45c4d
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list