From 71ccf87347259c973fdcf5a05d0fa7d9d6df0c1b Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 May 2020 18:44:02 +0200 Subject: [PATCH] audio setup --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58c1536..1daa0d0 100644 --- a/Makefile +++ b/Makefile @@ -59,12 +59,18 @@ wifi: xorg: $(call vinstall,xorg) +audio: + $(call vinstall,alsa-utils) + $(call vinstall,pulseaudio) + $(call vinstall,apulse) + $(call vinstall,alsa-plugins-pulseaudio) + metal: mnt-drive mnt-system base set-loc set-resolv set-fstab set-root grub tools: $(call vinstall,base-devel git tcc wget vim-x11 tmux) -laptop: metal wifi +laptop: metal wifi xorg audio archive: tar -cvpjf void-fs.tar.bz2 \