diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-13 20:12:03 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-13 20:12:03 +0100 |
commit | 83845a84e5d885354537ed2a696b88de0cd5f52a (patch) | |
tree | 84485f948ce7572461053501a792371d13848de0 /extra/libinput/build | |
parent | 32c7acbbefe3f5901fa323fcf7446b4b78f061fd (diff) | |
download | repository-83845a84e5d885354537ed2a696b88de0cd5f52a.tar.gz |
libinput: bump to 1.19.3
Diffstat (limited to 'extra/libinput/build')
-rwxr-xr-x | extra/libinput/build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libinput/build b/extra/libinput/build index 93cfd3d4..e7087fd5 100755 --- a/extra/libinput/build +++ b/extra/libinput/build @@ -7,9 +7,9 @@ cl-meson \ -Ddocumentation=false \ -Dtests=false \ -Dlibwacom=false \ - -Dudev=true \ - -Dtools=true \ . output ninja -C output ninja -C output install + +rmdir "$1/etc/libinput" "$1/etc" |