* [Buildroot] [PATCH 1/1] kodi: allow mysql to be used
@ 2015-03-04 3:32 Ryan Coe
2015-03-04 18:44 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Ryan Coe @ 2015-03-04 3:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
---
package/kodi/kodi.mk | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/package/kodi/kodi.mk b/package/kodi/kodi.mk
index 01c7e80..0a6fe7c 100644
--- a/package/kodi/kodi.mk
+++ b/package/kodi/kodi.mk
@@ -37,7 +37,6 @@ KODI_CONF_OPTS += \
--disable-dvdcss \
--disable-hal \
--disable-joystick \
- --disable-mysql \
--disable-openmax \
--disable-projectm \
--disable-pulse \
@@ -46,6 +45,14 @@ KODI_CONF_OPTS += \
--disable-vtbdecoder \
--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)
KODI_DEPENDENCIES += rpi-userland
KODI_CONF_OPTS += --with-platform=raspberry-pi --enable-player=omxplayer
--
2.3.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] kodi: allow mysql to be used
2015-03-04 3:32 [Buildroot] [PATCH 1/1] kodi: allow mysql to be used Ryan Coe
@ 2015-03-04 18:44 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-04 18:44 UTC (permalink / raw)
To: buildroot
Dear Ryan Coe,
On Tue, 3 Mar 2015 19:32:05 -0800, Ryan Coe wrote:
> Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
> ---
> package/kodi/kodi.mk | 9 ++++++++-
> 1 file changed, 8 insertions(+), 1 deletion(-)
Applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-04 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 3:32 [Buildroot] [PATCH 1/1] kodi: allow mysql to be used Ryan Coe
2015-03-04 18:44 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox