aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <ivy@FreeBSD.org>2025-10-12 15:29:17 +0000
committerLexi Winter <ivy@FreeBSD.org>2025-10-12 15:29:17 +0000
commit419dcdc2c981306b0ded44580977d2e053719b14 (patch)
tree979313de0948b764b2b16d56f2e77203593e67fd
parent426891e0f8f1cfae0263ba81ea55f46c547d7762 (diff)
virtual_oss: Move plugins to the sound package
This is the correct place for them, and also issues an incorrect dependency from utilities to sound. Fixes: 1b806e607f52 ("packages: Add a sound package") MFC after: 3 days Reviewed by: christos, dch Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53015
-rw-r--r--lib/virtual_oss/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/virtual_oss/Makefile.inc b/lib/virtual_oss/Makefile.inc
index 45c8e0b1fdfc..877465a5c548 100644
--- a/lib/virtual_oss/Makefile.inc
+++ b/lib/virtual_oss/Makefile.inc
@@ -1,3 +1,5 @@
+PACKAGE= sound
+
.include "../Makefile.inc"
LDFLAGS+= -L${.OBJDIR:H:H}/libsamplerate