x265: allow x86/musl.

This commit is contained in:
Juan RP 2015-04-23 10:55:35 +02:00
parent a74395b466
commit 0b678838f6
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ license="GPL-2"
distfiles="https://bitbucket.org/multicoreware/x265/get/${version}.tar.bz2"
checksum=b6e5ba47fce63d10d3678803e8427755e7b9fb8c6aa619e1a3ff3f4fc62b3382
nocross=yes
only_for_archs="i686 x86_64" # CMakeList is utterly broken.
only_for_archs="i686 i686-musl x86_64 x86_64-musl" # CMakeList is utterly broken.
x265-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"