mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/mpv: fix
This commit is contained in:
parent
6eb432c805
commit
b698e167ae
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue