aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/libinput/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-16 23:49:20 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-16 23:49:20 +0800
commit043e4f2cde9ef8707c534254bc296315c0759bf5 (patch)
treee274a87d98482bd7190edbb537aa04e5ed72ecb3 /repos/extra/libinput/abuild
parent3340df503b77de75f9f197818c911a7ba9f13049 (diff)
downloadalicelinux-043e4f2cde9ef8707c534254bc296315c0759bf5.tar.gz
alicelinux-043e4f2cde9ef8707c534254bc296315c0759bf5.zip
libinput: fix abuild
Diffstat (limited to 'repos/extra/libinput/abuild')
-rw-r--r--repos/extra/libinput/abuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/repos/extra/libinput/abuild b/repos/extra/libinput/abuild
index a581c48a..21bc903d 100644
--- a/repos/extra/libinput/abuild
+++ b/repos/extra/libinput/abuild
@@ -3,3 +3,7 @@ version=1.27.1
release=1
source="https://gitlab.freedesktop.org/$name/$name/-/archive/$version/$name-$version.tar.gz"
build_opt="-Ddebug-gui=false -Dtests=false -Dlibwacom=false"
+
+postbuild() {
+ rm -rf $PKG/usr/lib/udev
+}