diff options
Diffstat (limited to 'extra/clutter/PKGBUILD')
-rw-r--r-- | extra/clutter/PKGBUILD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/clutter/PKGBUILD b/extra/clutter/PKGBUILD new file mode 100644 index 00000000..9f6d1a0e --- /dev/null +++ b/extra/clutter/PKGBUILD @@ -0,0 +1,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 |