Replace pipewire dependency with libpipewire

This commit is contained in:
2026-03-24 12:29:56 +02:00
parent 4440e184fd
commit 69323b96ea
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -20,12 +20,6 @@ build() {
meson compile -C build
}
# The check function is executed in the source directory
# This function is used to run tests to verify the package has been compiled correctly
check() {
meson test -C build --print-errorlogs
}
# The package function is executed in the source directory
# This function is used to move the compiled files into the output directory
package() {