mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/xbmc: add missing dependency on libtheora
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7a945c10d5
commit
45f3af2340
@ -127,6 +127,10 @@ ifeq ($(BR2_PACKAGE_XBMC_WAVPACK),y)
|
|||||||
XBMC_DEPENDENCIES += wavpack
|
XBMC_DEPENDENCIES += wavpack
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XBMC_LIBTHEORA),y)
|
||||||
|
XBMC_DEPENDENCIES += libtheora
|
||||||
|
endif
|
||||||
|
|
||||||
# Add HOST_DIR to PATH for codegenerator.mk to find swig
|
# Add HOST_DIR to PATH for codegenerator.mk to find swig
|
||||||
define XBMC_BOOTSTRAP
|
define XBMC_BOOTSTRAP
|
||||||
cd $(@D) && PATH=$(BR_PATH) AUTOPOINT=/bin/true ./bootstrap
|
cd $(@D) && PATH=$(BR_PATH) AUTOPOINT=/bin/true ./bootstrap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user