[vlc-commits] contrib: add luac in packages list

Rémi Denis-Courmont git at videolan.org
Thu Aug 25 12:55:52 CEST 2016


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Aug 25 13:55:22 2016 +0300| [d659dd925f494f75bde024f811920ab846cb1430] | committer: Rémi Denis-Courmont

contrib: add luac in packages list

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d659dd925f494f75bde024f811920ab846cb1430
---

 contrib/src/lua/rules.mak | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/src/lua/rules.mak b/contrib/src/lua/rules.mak
index 68f8e36..dbf6d93 100644
--- a/contrib/src/lua/rules.mak
+++ b/contrib/src/lua/rules.mak
@@ -26,6 +26,7 @@ endif
 
 # Feel free to add autodetection if you need to...
 PKGS += lua luac
+PKGS_ALL += luac
 ifeq ($(call need_pkg,"lua5.2"),)
 PKGS_FOUND += lua luac
 endif



More information about the vlc-commits mailing list