diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-20 23:21:23 +0000 |
| commit | 935ae52c4e1d9ca3630882f144117ffc2300804a (patch) | |
| tree | d214397eb06fdef87f3976bc267763b4a6052ddf /pipewire/abuild | |
| parent | da9b5ae270f2594c813072695b807f5ee7b5acd3 (diff) | |
| download | alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.tar.gz alicelinux-935ae52c4e1d9ca3630882f144117ffc2300804a.zip | |
Woodpecker CI 93e629250d2f2073dcea128000323264d2c7571f [SKIP CI]
Diffstat (limited to 'pipewire/abuild')
| -rw-r--r-- | pipewire/abuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pipewire/abuild b/pipewire/abuild index fe2668ee..74a2195f 100644 --- a/pipewire/abuild +++ b/pipewire/abuild @@ -4,6 +4,10 @@ release=1 source="https://gitlab.freedesktop.org/${name}/${name}/-/archive/${version}/${name}-${version}.tar.gz" build_opt="-Ddocs=disabled -Dtests=disabled -Dpipewire-v4l2=disabled -Djack=disabled -Dsession-managers=[]" +prebuild() { + sed "/subdir('po')/d" -i meson.build +} + postbuild() { rm -rf $PKG/usr/lib/udev } |