[vlc-commits] [Git][videolan/vlc][master] contrib: run meson setup to configure the project
    Jean-Baptiste Kempf (@jbk) 
    gitlab at videolan.org
       
    Sat Jan  7 10:44:36 UTC 2023
    
    
  
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
    
    
More information about the vlc-commits
mailing list