diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 20:59:52 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 20:59:52 +0300 |
commit | 5d19d4f96d3c788ce3e6e8db809d4b6ecb07a8f8 (patch) | |
tree | 464f99c53d14ef3cfc6d3e711124300d07bfb24a /extra/libinput | |
parent | fb579e0229aab1de754b9de380fb9c80c828f6ae (diff) | |
download | repository-5d19d4f96d3c788ce3e6e8db809d4b6ecb07a8f8.tar.gz |
libinput: use cl-meson
Diffstat (limited to 'extra/libinput')
-rwxr-xr-x | extra/libinput/build | 6 |
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 \ |