community/mpv: fix

This commit is contained in:
Kevin Mihelich 2017-12-16 00:19:29 +00:00
parent 6eb432c805
commit b698e167ae

View file

@ -5,6 +5,7 @@
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - armv7/aarch64 needs to be built with fPIC
# - disable retarded rpi detection
pkgname=mpv
epoch=1
@ -67,7 +68,8 @@ build() {
--enable-libarchive \
--enable-libmpv-shared \
--enable-zsh-comp \
--enable-egl-x11
--enable-egl-x11 \
--disable-rpi
./waf build
}