diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-12 03:38:33 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-13 23:10:30 -0800 |
| commit | 36835fdbd958afcfb18857c05390cd712796ffb0 (patch) | |
| tree | 98262fa0a23152219f60b5e64d2e144cce037109 /pkg/mpv | |
| parent | 293f5a93b77d92fd65db7f3d0df654f102e46cfb (diff) | |
Declare some missing dependencies
Diffstat (limited to 'pkg/mpv')
| -rw-r--r-- | pkg/mpv/gen.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/mpv/gen.rc b/pkg/mpv/gen.rc index a95e9da9..751a0fad 100644 --- a/pkg/mpv/gen.rc +++ b/pkg/mpv/gen.rc @@ -59,6 +59,7 @@ if(grep -qF 'HAVE_ALSA 1' config.h) { if(grep -qF 'HAVE_DRM 1' config.h) { cflags=($cflags '-isystem pkg/libdrm/'^(src src/include/drm)) libs=($libs libdrm/libdrm.a) + deps=($deps '$builddir'/pkg/libdrm/fetch.stamp) } if(grep -qF 'HAVE_LIBASS 1' config.h) { cflags=($cflags -isystem '$builddir'/pkg/libass/include) @@ -68,6 +69,7 @@ if(grep -qF 'HAVE_LIBASS 1' config.h) { if(grep -qF 'HAVE_LUA 1' config.h) { cflags=($cflags -isystem pkg/lua/src/src) libs=($libs lua/liblua.a) + deps=($deps '$builddir'/pkg/lua/fetch.stamp) } cflags $cflags |
