aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 20:59:52 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 20:59:52 +0300
commit5d19d4f96d3c788ce3e6e8db809d4b6ecb07a8f8 (patch)
tree464f99c53d14ef3cfc6d3e711124300d07bfb24a /extra
parentfb579e0229aab1de754b9de380fb9c80c828f6ae (diff)
downloadrepository-5d19d4f96d3c788ce3e6e8db809d4b6ecb07a8f8.tar.gz
libinput: use cl-meson
Diffstat (limited to 'extra')
-rwxr-xr-xextra/libinput/build6
1 files changed, 1 insertions, 5 deletions
diff --git a/extra/libinput/build b/extra/libinput/build
index 3d58df40..93cfd3d4 100755
--- a/extra/libinput/build
+++ b/extra/libinput/build
@@ -2,11 +2,7 @@
export DESTDIR="$1"
-meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --default-library=both \
+cl-meson \
-Ddebug-gui=false \
-Ddocumentation=false \
-Dtests=false \