Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
fab6a26a by Steve Lhomme at 2023-01-07T10:00:32+00:00
contrib: run meson setup to configure the project

Running meson without the setup command is deprecated and ambiguous.

- - - - -


1 changed file:

- contrib/src/main.mak


Changes:

=====================================
contrib/src/main.mak
=====================================
@@ -500,7 +500,7 @@ MESON = env -i PATH="$(PREFIX)/bin:$(PATH)" \
        PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
        CMAKE="$(shell command -v cmake)" \
        CMAKE_PREFIX_PATH="$(PREFIX)" \
-       meson -Dpkg_config_path="$(PKG_CONFIG_PATH)" \
+       meson setup -Dpkg_config_path="$(PKG_CONFIG_PATH)" \
        $(MESONFLAGS)
 
 else



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/fab6a26a9583ee55817cd90b4a68db42d2c31f21

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/fab6a26a9583ee55817cd90b4a68db42d2c31f21
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to