summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch12
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 @@
1Remove some sub-components which need gtk+. 1Remove some sub-components which need gtk+.
2 2
3Signed-off-by: Rogerio Nunes <ronunes@gmail.com>
4
5Upstream-Status: Inappropriate [configuration] 3Upstream-Status: Inappropriate [configuration]
6 4
5Signed-off-by: Rogerio Nunes <ronunes@gmail.com>
6Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
7
7diff --git a/Makefile b/Makefile 8diff --git a/Makefile b/Makefile
9index 2457a1c..72346d9 100644
8--- a/Makefile 10--- a/Makefile
9+++ b/Makefile 11+++ b/Makefile
10@@ -1,8 +1,8 @@ 12@@ -1,9 +1,9 @@
11 VERSION = 1.0.27 13 VERSION = 1.0.27
12 TOP = . 14 TOP = .
13-SUBDIRS = as10k1 envy24control \ 15-SUBDIRS = as10k1 envy24control \
14- mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \ 16- mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
15- us428control usx2yloader vxloader echomixer \ 17- us428control usx2yloader vxloader echomixer \
18- hwmixvolume hdajackretask hda-verb
16+SUBDIRS = as10k1 \ 19+SUBDIRS = as10k1 \
17+ mixartloader pcxhrloader sb16_csp seq sscape_ctl \ 20+ mixartloader pcxhrloader sb16_csp seq sscape_ctl \
18+ us428control usx2yloader vxloader \ 21+ us428control usx2yloader vxloader \
19 hwmixvolume hdajackretask hda-verb 22+ hwmixvolume hda-verb
20 23
21 all: 24 all:
25 @for i in $(SUBDIRS); do \