summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorFlorian Franzmann2019-09-29 15:19:22 +0200
committerFlorian Franzmann2019-09-29 15:19:22 +0200
commit8a03c2dc3ada5d423d0a42a182c2a0708049acbb (patch)
treedcbb5f2aab771c3941a074d4617d86e2cb48b848 /video
parentff01d1e8d24c4bfd7e2d318c59d9d9326294708a (diff)
video/mpv: fix check for dependency on LUA
Diffstat (limited to 'video')
-rwxr-xr-xvideo/mpv/DEPENDS2
-rw-r--r--video/mpv/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/video/mpv/DEPENDS b/video/mpv/DEPENDS
index 22811a471f..9a66f752a0 100755
--- a/video/mpv/DEPENDS
+++ b/video/mpv/DEPENDS
@@ -154,7 +154,7 @@ fi &&
optional_depends smgl-gl_select "" "" "to select OPENGL provider" &&
-if is_depends_enabled $SPELL $(get_spell_provider $SPELL LUA); then
+if is_depends_enabled $SPELL luajit; then
optional_depends youtube-dl "" "" "to watch Youtube videos"
fi &&
diff --git a/video/mpv/HISTORY b/video/mpv/HISTORY
index 82f49a8c69..6bb3d30dac 100644
--- a/video/mpv/HISTORY
+++ b/video/mpv/HISTORY
@@ -1,3 +1,6 @@
+2019-09-29 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS: fix check for dependency on LUA
+
2019-09-28 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* CONFIGURE: remove obsolete debug-build option
* DEPENDS: depend on luajit instead of LUA