mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
kodi: allow mysql to be used
Signed-off-by: Ryan Coe <bluemrp9@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
642348c8c8
commit
e89fba08b8
@ -37,7 +37,6 @@ KODI_CONF_OPTS += \
|
|||||||
--disable-dvdcss \
|
--disable-dvdcss \
|
||||||
--disable-hal \
|
--disable-hal \
|
||||||
--disable-joystick \
|
--disable-joystick \
|
||||||
--disable-mysql \
|
|
||||||
--disable-openmax \
|
--disable-openmax \
|
||||||
--disable-projectm \
|
--disable-projectm \
|
||||||
--disable-pulse \
|
--disable-pulse \
|
||||||
@ -46,6 +45,14 @@ KODI_CONF_OPTS += \
|
|||||||
--disable-vtbdecoder \
|
--disable-vtbdecoder \
|
||||||
--enable-optimizations
|
--enable-optimizations
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_MYSQL),y)
|
||||||
|
KODI_CONF_OPTS += --enable-mysql
|
||||||
|
KODI_CONF_ENV += ac_cv_path_MYSQL_CONFIG="$(STAGING_DIR)/usr/bin/mysql_config"
|
||||||
|
KODI_DEPENDENCIES += mysql
|
||||||
|
else
|
||||||
|
KODI_CONF_OPTS += --disable-mysql
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
ifeq ($(BR2_PACKAGE_RPI_USERLAND),y)
|
||||||
KODI_DEPENDENCIES += rpi-userland
|
KODI_DEPENDENCIES += rpi-userland
|
||||||
KODI_CONF_OPTS += --with-platform=raspberry-pi --enable-player=omxplayer
|
KODI_CONF_OPTS += --with-platform=raspberry-pi --enable-player=omxplayer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user