index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-28 19:13:42 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-04-28 19:13:42 +0200 |
commit | 2fd985c4a06f6fd2d323830e0adf9462ee6e26f0 (patch) | |
tree | 721c4b54d2b99495a7659a841a13b0b32c99babe | |
parent | 76ffb3d4f70daadd5e5a27e4e64b9df2a58f184b (diff) |
-rw-r--r-- | extra/wpewebkit/PKGBUILD | 5 |
diff --git a/extra/wpewebkit/PKGBUILD b/extra/wpewebkit/PKGBUILD index d6499394..331a9311 100644 --- a/extra/wpewebkit/PKGBUILD +++ b/extra/wpewebkit/PKGBUILD @@ -12,3 +12,8 @@ eval "$( 3 i CXXFLAGS+=" -g1" ' )" + +# libdrm missing on i486? +if [ "$CARCH" = 'i486' ]; then + depends+=(libdrm) +fi |