Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libinput/PKGBUILD
blob: 7d2e83a9bd8befd8756f233b137e1d5c380cf426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# used by debug gui
# fails to rebuild currently on i486
# /usr/bin/ld: warning: libicui18n.so.69, needed by /usr/lib//libtracker-sparql-3.0.
if [ "$CARCH" == 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        s/arch-meson /arch-meson -Ddebug-gui=false /g
      '
  )"    
  makedepends+=(icu69)
fi