Commit e3c88d8f authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

vlc: needs host-pkgconf



The configure script uses PKG_CHECK_MODULES to detect dependencies.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 457b6467
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 \