[vlc-commits] [Git][videolan/vlc][master] contrib: regenerate the meson contrib file to use local pathes with the tools
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Dec 5 15:34:41 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
51ff3023 by Steve Lhomme at 2024-12-05T14:35:07+00:00
contrib: regenerate the meson contrib file to use local pathes with the tools
When using prebuilt contribs the native tools need to be rebuilt locally.
But the contrib.ini that is in the prebuilt tarball doesn't reflect the local pathes
for the native tools.
We can regenerate the contrib.ini files which will use the proper pathes
for these tools and the local contrib pathes for its constants.
Fixes #28896
- - - - -
1 changed file:
- contrib/src/meson-machinefile/rules.mak
Changes:
=====================================
contrib/src/meson-machinefile/rules.mak
=====================================
@@ -6,6 +6,8 @@
# respectively.
PKGS += meson-machinefile
+# regenerate the meson contrib file to use local pathes with the tools
+PKGS_TOOLS += meson-machinefile
ifdef HAVE_CROSS_COMPILE
CROSS_OR_NATIVE := cross
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/51ff3023cc7f8e4a82b05a2df0c21dadb673c75b
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/51ff3023cc7f8e4a82b05a2df0c21dadb673c75b
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