summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools
diff options
context:
space:
mode:
authorRogerio Nunes <ronunes@gmail.com>2013-04-02 20:34:43 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-03 17:01:13 +0100
commit70a599a5f188c3d077d23740e762075dec57ffa3 (patch)
tree0bd8dc96e3e4a88a0660f2c521b6d67b2a4c36a9 /meta/recipes-multimedia/alsa/alsa-tools
parent2d4f1fdadc24e2f8f707f964f3fab992427081ef (diff)
downloadpoky-70a599a5f188c3d077d23740e762075dec57ffa3.tar.gz
alsa-tools: fix build when x11 and gtk+ not available
Current verion of gtk+ (2.15.24) does not accept pure framebuffer as backend and some alsa-tools sub-modules depend on gtk+. This patch removes those sub-modules from the build only when x11 is not set in DISTRO_FEATURES. (From OE-Core rev: e611bba7bba02ba167b2ae3671b00cc99e4fb29c) Signed-off-by: Rogerio Nunes <ronunes@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch21
1 files changed, 21 insertions, 0 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
new file mode 100644
index 0000000000..51f934d8f6
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
@@ -0,0 +1,21 @@
1Remove some sub-components which need gtk+.
2
3Signed-off-by: Rogerio Nunes <ronunes@gmail.com>
4
5Upstream-Status: Inappropriate [configuration]
6
7diff --git a/Makefile b/Makefile
8--- a/Makefile
9+++ b/Makefile
10@@ -1,8 +1,8 @@
11 VERSION = 1.0.26.1
12 TOP = .
13-SUBDIRS = ac3dec as10k1 envy24control \
14- mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
15- us428control usx2yloader vxloader echomixer \
16+SUBDIRS = ac3dec as10k1 \
17+ mixartloader pcxhrloader sb16_csp seq sscape_ctl \
18+ us428control usx2yloader vxloader \
19 hwmixvolume hda-verb
20
21 all: