Commit f92a36da authored by Michael Shigorin's avatar Michael Shigorin

live: employ sound feature

use/live/sound target is dropped on the floor, there were no more in-profile users of it.
parent e59dca15
...@@ -49,9 +49,9 @@ distro/live-rescue: distro/live-icewm use/efi ...@@ -49,9 +49,9 @@ distro/live-rescue: distro/live-icewm use/efi
$(call tags,(base || extra) && (archive || rescue || network))) $(call tags,(base || extra) && (archive || rescue || network)))
# NB: this one doesn't include the browser, needs to be chosen downstream # NB: this one doesn't include the browser, needs to be chosen downstream
distro/.live-webkiosk: distro/.live-kiosk use/live/hooks use/live/ru distro/.live-webkiosk: distro/.live-kiosk use/live/hooks use/live/ru \
use/sound/alsa
@$(call add,LIVE_LISTS,$(call tags,desktop && (live || network))) @$(call add,LIVE_LISTS,$(call tags,desktop && (live || network)))
@$(call add,LIVE_PACKAGES,alsa-utils udev-alsa)
@$(call add,CLEANUP_PACKAGES,'libqt4*' 'qt4*') @$(call add,CLEANUP_PACKAGES,'libqt4*' 'qt4*')
distro/live-webkiosk-mini: distro/.live-webkiosk distro/live-webkiosk-mini: distro/.live-webkiosk
......
...@@ -18,7 +18,7 @@ use/live/rw: use/live; @: ...@@ -18,7 +18,7 @@ use/live/rw: use/live; @:
endif endif
# graphical target (not enforcing xorg drivers or blobs) # graphical target (not enforcing xorg drivers or blobs)
use/live/x11: use/live/base use/x11-autologin use/live/sound +power +efi use/live/x11: use/live/base use/x11-autologin use/sound +power +efi
@$(call add,LIVE_LISTS,$(call tags,desktop && (live || network))) @$(call add,LIVE_LISTS,$(call tags,desktop && (live || network)))
@$(call add,LIVE_LISTS,$(call tags,base l10n)) @$(call add,LIVE_LISTS,$(call tags,base l10n))
@$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid) @$(call add,LIVE_PACKAGES,fonts-ttf-dejavu fonts-ttf-droid)
...@@ -66,6 +66,3 @@ use/live/hooks: use/live ...@@ -66,6 +66,3 @@ use/live/hooks: use/live
# a crude hack to make sure Russian is supported in a particular image # a crude hack to make sure Russian is supported in a particular image
use/live/ru: use/live use/live/ru: use/live
@$(call add,LIVE_PACKAGES,livecd-ru) @$(call add,LIVE_PACKAGES,livecd-ru)
use/live/sound: use/live
@$(call add,LIVE_PACKAGES,amixer alsa-utils aplay udev-alsa)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment