aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab9ba7a323c2..31a993b01fea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ _target_host=false
_sysroot=""
_piver=""
_use_mesa=false
-#_float=true
+_float=true
_shadow_build=true
# automatically disabled if you are building webengine
_debug=true
@@ -137,6 +137,7 @@ case ${_piver} in
_toolchain_name=aarch64-rpi3-linux-gnu
_toolchain="/opt/x-tools/${_toolchain_name}/bin/${_toolchain_name}-"
_use_mesa=true
+ _float=false
# just for projectmofo!
#_opengl_variant="desktop"
;;