package/multicat: add missing dependency on bitstream
Multicat select bitstream package without adding it as build dependencies. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c6e35116b3
commit
e81d33944f
@ -10,6 +10,8 @@ MULTICAT_SITE = https://get.videolan.org/multicat/$(MULTICAT_VERSION)
|
||||
MULTICAT_LICENSE = GPLv2+
|
||||
MULTICAT_LICENSE_FILES = COPYING
|
||||
|
||||
MULTICAT_DEPENDENCIES = bitstream
|
||||
|
||||
MULTICAT_MAKE_ENV = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS)
|
||||
|
||||
define MULTICAT_BUILD_CMDS
|
||||
|
Loading…
Reference in New Issue
Block a user