From 92b972a93c9cdabec40691425135adbe1df6d00e Mon Sep 17 00:00:00 2001 From: Jakub Jirutka <jakub@jirutka.cz> Date: Sun, 19 Sep 2021 01:32:01 +0200 Subject: [PATCH] community/libcanberra: remove oss backend Open Sound System (OSS) is the ancestor of ALSA. Alpine doesn't provide OSS packages, so this backend is useless here. --- community/libcanberra/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/libcanberra/APKBUILD b/community/libcanberra/APKBUILD index 72ad1dde5f73..f19065ab9fab 100644 --- a/community/libcanberra/APKBUILD +++ b/community/libcanberra/APKBUILD @@ -47,7 +47,8 @@ build() { --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ - --infodir=/usr/share/info + --infodir=/usr/share/info \ + --disable-oss make } -- GitLab