vlc: needs host-pkgconf
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Jan 2014 12:32:42 +0000 (13:32 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Jan 2014 12:32:42 +0000 (13:32 +0100)
The configure script uses PKG_CHECK_MODULES to detect dependencies.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/vlc/vlc.mk

index 606be0e9c781920bf7c0e2d891f3020060fdef16..d14460832222df3da4b21fc85c44a5a64161573e 100644 (file)
@@ -9,6 +9,7 @@ VLC_SITE = http://download.videolan.org/pub/videolan/vlc/$(VLC_VERSION)
 VLC_SOURCE = vlc-$(VLC_VERSION).tar.xz
 VLC_LICENSE = GPLv2+ LGPLv2.1+
 VLC_LICENSE_FILES = COPYING COPYING.LIB
+VLC_DEPENDENCIES = host-pkgconf
 
 VLC_CONF_OPT += \
        --disable-a52 \