mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
alsa-tools: fix build when x11 and gtk+ not available
Updated patch to work with alsa-tools version 1.0.27 (From OE-Core rev: ef196434620522affc11b5b1b867386b5d14a4c3) Signed-off-by: Simone Agresta <simone.agresta@bticino.it> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a0c83577cc
commit
99913df303
@@ -8,14 +8,14 @@ diff --git a/Makefile b/Makefile
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1,8 +1,8 @@
|
||||
VERSION = 1.0.26.1
|
||||
VERSION = 1.0.27
|
||||
TOP = .
|
||||
-SUBDIRS = ac3dec as10k1 envy24control \
|
||||
-SUBDIRS = as10k1 envy24control \
|
||||
- mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
|
||||
- us428control usx2yloader vxloader echomixer \
|
||||
+SUBDIRS = ac3dec as10k1 \
|
||||
+SUBDIRS = as10k1 \
|
||||
+ mixartloader pcxhrloader sb16_csp seq sscape_ctl \
|
||||
+ us428control usx2yloader vxloader \
|
||||
hwmixvolume hda-verb
|
||||
hwmixvolume hdajackretask hda-verb
|
||||
|
||||
all:
|
||||
|
||||
Reference in New Issue
Block a user