summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
blob: 26657266a84d6afa19b0c93e0a64d5bfb8152356 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Remove some sub-components which need gtk+.

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,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 hda-verb
 
 all:
 	@for i in $(SUBDIRS); do \