Files
poky/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
Tanu Kaskinen 1adbb73d0d alsa-tools: 1.0.29 -> 1.1.0
Changelog: http://alsa-project.org/main/index.php/Changes_v1.0.29_v1.1.0

There are almost no changes in the new version: just one invalid macro
was removed from the cspctl man page.

Rebased patches "autotools.patch" and "makefile_no_gtk.patch".

(From OE-Core rev: b072baa03ec7e41bc4f9a05702c1b65150ebff49)

Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2016-02-18 07:39:32 +00:00

30 lines
825 B
Diff

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>
Update patch for alsa-tools 1.0.29
Signed-off-by: Kai Kang <kai.kang@windriver.com>
diff --git a/Makefile b/Makefile
index 2457a1c..72346d9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
VERSION = 1.1.0
TOP = .
-SUBDIRS = as10k1 envy24control \
- mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
- us428control usx2yloader vxloader echomixer \
- hwmixvolume hdajackretask hda-verb hdajacksensetest
+SUBDIRS = as10k1 \
+ mixartloader pcxhrloader sb16_csp seq sscape_ctl \
+ us428control usx2yloader vxloader \
+ hwmixvolume hda-verb hdajacksensetest
all:
@for i in $(SUBDIRS); do \