summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-12 18:19:39 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-12 18:19:39 +0200
commit3e31fd3730c20c97ccc65ed09d2b829936753088 (patch)
tree3a24638b4edd93bd7a16371522caeceda8d7d9c1
parentcb4ce1ea5aaf8b447f55e17367987f6f1efc3812 (diff)
downloadpackages-3e31fd3730c20c97ccc65ed09d2b829936753088.tar.xz
extra/gst-plugins-good: removed libdrm for i486
-rw-r--r--extra/gst-plugins-good/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD
index eeb559f7..470065fd 100644
--- a/extra/gst-plugins-good/PKGBUILD
+++ b/extra/gst-plugins-good/PKGBUILD
@@ -8,8 +8,3 @@ eval "$(
s/\(meson test.*\)/\1 || true/
'
)"
-
-# libdrm missing on i486?
-if [ "$CARCH" = 'i486' ]; then
- depends+=(libdrm)
-fi