From ef196434620522affc11b5b1b867386b5d14a4c3 Mon Sep 17 00:00:00 2001 From: Simone Agresta Date: Tue, 18 Mar 2014 12:25:38 +0100 Subject: alsa-tools: fix build when x11 and gtk+ not available Updated patch to work with alsa-tools version 1.0.27 Signed-off-by: Simone Agresta Signed-off-by: Richard Purdie --- meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch index 51f934d8f6..c6cb5b16ac 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch +++ b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch @@ -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: -- cgit 1.2.3-korg