[vlc-commits] contrib: detect local Lua 5.2
Rémi Denis-Courmont
git at videolan.org
Wed Apr 2 22:23:59 CEST 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Apr 2 23:23:41 2014 +0300| [3937eb1077be6b23c7afebf63de6b698f7f958c7] | committer: Rémi Denis-Courmont
contrib: detect local Lua 5.2
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3937eb1077be6b23c7afebf63de6b698f7f958c7
---
contrib/src/lua/rules.mak | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 52f06f9..3be81f2 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -23,6 +23,9 @@ endif
# Feel free to add autodetection if you need to...
PKGS += lua
+ifeq ($(call need_pkg,"lua5.2"),)
+PKGS_FOUND += lua
+endif
ifeq ($(call need_pkg,"lua5.1"),)
PKGS_FOUND += lua
endif
More information about the vlc-commits
mailing list