summaryrefslogtreecommitdiff
path: root/extra/libde265/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libde265/PKGBUILD')
-rw-r--r--extra/libde265/PKGBUILD12
1 files changed, 0 insertions, 12 deletions
diff --git a/extra/libde265/PKGBUILD b/extra/libde265/PKGBUILD
index 9ec3baa1..03d09e1c 100644
--- a/extra/libde265/PKGBUILD
+++ b/extra/libde265/PKGBUILD
@@ -7,15 +7,3 @@ if [ "$CARCH" = 'i486' ]; then
'
)"
fi
-
-# break cycle with Qt on i486
-if [ "$CARCH" = 'i486' ]; then
- makedepends=(${makedepends[@]//qt5-base/})
- eval "$(
- declare -f build | \
- sed '
- s@./configure@./configure --disable-sherlock265@
- '
- )"
-fi
-