netstar pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=128459b6bf393596145d91dab20475cd3ec73610
commit 128459b6bf393596145d91dab20475cd3ec73610 Author: Alastair Poole <nets...@gmail.com> Date: Sat Apr 10 10:24:41 2021 +0100 confs: freebsd helper script. Disable gesture recognition. --- confs/freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confs/freebsd.sh b/confs/freebsd.sh index 78d80c1e2..6d108a51f 100755 --- a/confs/freebsd.sh +++ b/confs/freebsd.sh @@ -1,3 +1,3 @@ #!/bin/sh -e -meson -Dsystemd=false -Ddevice-udev=false \ +meson -Dsystemd=false -Ddevice-udev=false -Dgesture-recognition=false \ $@ . build --