diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-22 13:50:18 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-22 13:50:18 -0300 |
commit | fed6f38662c107029e8e8affef8a4ae259a2669f (patch) | |
tree | 36cbe81d20470b494c8ba19017c7ded3297f4a17 /community/kodi | |
parent | 6b864404cbf08dfb16a8499a8433a766003ac00f (diff) | |
download | aports-fed6f38662c107029e8e8affef8a4ae259a2669f.tar.bz2 aports-fed6f38662c107029e8e8affef8a4ae259a2669f.tar.xz |
community/kodi: add xz to makedepends
Diffstat (limited to 'community/kodi')
-rw-r--r-- | community/kodi/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kodi/APKBUILD b/community/kodi/APKBUILD index bba37dccec..d797b41dd5 100644 --- a/community/kodi/APKBUILD +++ b/community/kodi/APKBUILD @@ -24,7 +24,7 @@ depends_dev="gettext-dev boost-dev mesa-dev glew-dev glu-dev mariadb-connector-c libdvdcss-dev" makedepends="$depends_dev automake autoconf m4 libtool swig findutils openjdk8-jre-base boost-thread zip gperf cmake coreutils nasm tar - git bash" + git bash xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg" replaces="xbmc" options="ldpath-recursive !check" # No testsuite |