diff options
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 /extra/libinput/PKGBUILD | |
parent | 853351297f8ab8b51ccd578fa647e413cbe4012c (diff) | |
download | packages-e0934226553807aa6d9da02630cdf3dc53c6f2a1.tar.xz |
extra/libinput: removed gtk3 cycle break for i486
Diffstat (limited to 'extra/libinput/PKGBUILD')
-rw-r--r-- | extra/libinput/PKGBUILD | 10 |
1 files changed, 0 insertions, 10 deletions
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 |