diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 17:31:03 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 17:31:03 +0200 |
commit | 033635b2bda2b1624d2d3c72c3f580c7da6dbde3 (patch) | |
tree | 62392720e1a37d16952d34eae54f4fea344ed582 /extra/gst-plugins-good | |
parent | b3e20ed2aa163a05e273b4e51ec61cfb3bb14592 (diff) | |
download | packages-033635b2bda2b1624d2d3c72c3f580c7da6dbde3.tar.xz |
extra/gst-plugins-good: added libdrm for i486
Diffstat (limited to 'extra/gst-plugins-good')
-rw-r--r-- | extra/gst-plugins-good/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD index 470065fd..eeb559f7 100644 --- a/extra/gst-plugins-good/PKGBUILD +++ b/extra/gst-plugins-good/PKGBUILD @@ -8,3 +8,8 @@ eval "$( s/\(meson test.*\)/\1 || true/ ' )" + +# libdrm missing on i486? +if [ "$CARCH" = 'i486' ]; then + depends+=(libdrm) +fi |