Skip to content
Snippets Groups Projects
Commit 92b972a9 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

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.
parent d35556c1
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,8 @@ build() { ...@@ -47,7 +47,8 @@ build() {
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--infodir=/usr/share/info --infodir=/usr/share/info \
--disable-oss
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment