summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
authorAlastair Poole <netstar@gmail.com>2021-04-10 10:24:41 +0100
committerAlastair Poole <netstar@gmail.com>2021-04-10 10:24:41 +0100
commit128459b6bf393596145d91dab20475cd3ec73610 (patch)
treebfd1fef0acd6ff261c39a8a57a48d7839e81e747 /confs
parent52d7ca6486bdf6ad927262be08d51f30a2b3be14 (diff)
downloadenlightenment-128459b6bf393596145d91dab20475cd3ec73610.tar.gz
confs: freebsd helper script.
Disable gesture recognition.
Diffstat (limited to 'confs')
-rwxr-xr-xconfs/freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/confs/freebsd.sh b/confs/freebsd.sh
index 78d80c1e29..6d108a51f2 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