summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 20:06:10 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-02 20:06:10 +0200
commite0934226553807aa6d9da02630cdf3dc53c6f2a1 (patch)
tree290d670eb1e0fd4339c12c46be5016c2662bd2ac
parent853351297f8ab8b51ccd578fa647e413cbe4012c (diff)
downloadpackages-e0934226553807aa6d9da02630cdf3dc53c6f2a1.tar.xz
extra/libinput: removed gtk3 cycle break for i486
-rw-r--r--extra/libinput/PKGBUILD10
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