summaryrefslogtreecommitdiff
path: root/strata/kodi.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/kodi.morph')
-rw-r--r--strata/kodi.morph16
1 files changed, 16 insertions, 0 deletions
diff --git a/strata/kodi.morph b/strata/kodi.morph
index 4be9ca39..19005071 100644
--- a/strata/kodi.morph
+++ b/strata/kodi.morph
@@ -21,6 +21,8 @@ build-depends:
- morph: strata/cups.morph
- morph: strata/lorry.morph
- morph: strata/java.morph
+# For fribidi
+- morph: strata/enlightenment.morph
# For glu, glew, and others..
- morph: strata/mesa-demos-common.morph
chunks:
@@ -29,6 +31,18 @@ chunks:
repo: upstream:boost-tarball
ref: ed232fdd34968697a68783b3195b1da4226915b5
unpetrify-ref: boost_1_57_0
+- name: mysql
+ repo: https://github.com/mysql/mysql-server
+ ref: "5.6"
+ build-system: cmake
+- name: libass
+ repo: https://github.com/libass/libass
+ ref: 0.13.1
+ build-system: autotools
+- name: tinyxml
+ repo: https://github.com/leethomason/tinyxml2
+ ref: "3.0.0"
+ build-system: cmake
- name: kodi
repo: https://github.com/Memphiz/xbmc
ref: Isengard
@@ -36,3 +50,5 @@ chunks:
unpetrify-ref: Jarvis
build-depends:
- boost
+ - mysql
+ - libass