summaryrefslogtreecommitdiff
path: root/extra/clutter/PKGBUILD
blob: 9f6d1a0eddc61019d8ada91f387623b38380decb (plain)
1
2
3
4
5
6
7
8
9
10
# we built cogl without waylang on i486, so disable it here too
if [ "${CARCH}" = 'i486' ]; then
  eval "$(
    declare -f build | \
      sed '
        s/--enable-wayland-compositor/--disable-wayland-compositor/
        s/--enable-wayland-backend/--disable-wayland-backend/
      '
  )"
fi