Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
54c93e01 by Kai Blaschke at 2024-03-22T14:37:58+00:00
Add "Lua" to the dependency names list

 The CMake find module uses the upper-case name "Lua", which causes 
Meson not to find the library on case-sensitive file systems of no pkgconfig 
files are available.

- - - - -


1 changed file:

- modules/lua/meson.build


Changes:

=====================================
modules/lua/meson.build
=====================================
@@ -1,6 +1,6 @@
 lua_dep = dependency(
   [
-    'lua',
+    'lua', 'Lua',
     'lua-5.4', 'lua54',
     'lua-5.3', 'lua53',
     'lua-5.2', 'lua52',



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/54c93e010b96eb0ba046b39c4c61a3ecc95bee06
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