index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 20:06:10 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-05-02 20:06:10 +0200 |
commit | e0934226553807aa6d9da02630cdf3dc53c6f2a1 (patch) | |
tree | 290d670eb1e0fd4339c12c46be5016c2662bd2ac | |
parent | 853351297f8ab8b51ccd578fa647e413cbe4012c (diff) |
-rw-r--r-- | extra/libinput/PKGBUILD | 10 |
diff --git a/extra/libinput/PKGBUILD b/extra/libinput/PKGBUILD deleted file mode 100644 index d4a9f2b4..00000000 --- a/extra/libinput/PKGBUILD +++ /dev/null @@ -1,10 +0,0 @@ -# break cycle with gtk3+ -if [ "${CARCH}" = "i486" ]; then - makedepends=(${makedepends[@]//gtk3/}) - eval "$( - declare -f build | \ - sed ' - /arch-meson/s/build/build -Ddebug-gui=false/ - ' - )" -fi |