summaryrefslogtreecommitdiff
path: root/package/kodi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-08-09 08:59:16 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-08-09 08:59:24 +0200
commit4803825faf6d3eed32b49b56c79d54e5112b488b (patch)
treea5c550e9f372cce4405961dc975b5897ebc01816 /package/kodi
parentb49d43a13394f1f39ce580f9ace26fee182f44be (diff)
fix kodi on imx6, at least startup on hummingboard works again with 4.1.x
Diffstat (limited to 'package/kodi')
-rw-r--r--package/kodi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/kodi/Makefile b/package/kodi/Makefile
index fd971e0c2..c34e30732 100644
--- a/package/kodi/Makefile
+++ b/package/kodi/Makefile
@@ -30,6 +30,8 @@ PKG_BUILDDEP+= zip-host unzip-host giflib-host libsquish
PKG_URL:= http://kodi.tv/
PKG_SITES:= https://github.com/xbmc/xbmc/archive/
+PKG_CFLINE_KODI:= select ADK_PACKAGE_GPU_VIV_BIN_MX6Q if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
+
DISTFILES:= $(PKG_VERSION)-Isengard.tar.gz
WRKDIST= ${WRKDIR}/xbmc-$(PKG_VERSION)-Isengard