index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-29 21:12:34 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-29 21:12:34 +0200 |
commit | 33ed48833e8d04fc464611114a4b82f90ee8a6a3 (patch) | |
tree | 0083d072ca40ff6ea45a028ca926b5212567546e | |
parent | f1733590e86af7162d503dfe10f22b2270ab4da2 (diff) |
-rw-r--r-- | extra/libdrm/PKGBUILD | 6 |
diff --git a/extra/libdrm/PKGBUILD b/extra/libdrm/PKGBUILD new file mode 100644 index 00000000..7ebb1533 --- /dev/null +++ b/extra/libdrm/PKGBUILD @@ -0,0 +1,6 @@ +if [ "${CARCH}" = "i486" ]; then + # no cairo just for testing, ommit for bootstrapping + unset check + unset checkdepends +fi + |