diff options
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch | 12 |
1 files changed, 8 insertions, 4 deletions
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 c6cb5b16ac..26657266a8 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch +++ b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch @@ -1,21 +1,25 @@ Remove some sub-components which need gtk+. -Signed-off-by: Rogerio Nunes <ronunes@gmail.com> - Upstream-Status: Inappropriate [configuration] +Signed-off-by: Rogerio Nunes <ronunes@gmail.com> +Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> + diff --git a/Makefile b/Makefile +index 2457a1c..72346d9 100644 --- a/Makefile +++ b/Makefile -@@ -1,8 +1,8 @@ +@@ -1,9 +1,9 @@ VERSION = 1.0.27 TOP = . -SUBDIRS = as10k1 envy24control \ - mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \ - us428control usx2yloader vxloader echomixer \ +- hwmixvolume hdajackretask hda-verb +SUBDIRS = as10k1 \ + mixartloader pcxhrloader sb16_csp seq sscape_ctl \ + us428control usx2yloader vxloader \ - hwmixvolume hdajackretask hda-verb ++ hwmixvolume hda-verb all: + @for i in $(SUBDIRS); do \ |