diff options
author | Simone Agresta <simone.agresta@bticino.it> | 2014-03-18 12:25:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-19 14:42:43 +0000 |
commit | 99913df3039665816ca506be4112913a1eca8e88 (patch) | |
tree | 35af0ec301bf2bf8337a47b6fda9b40a2aa8705d /meta | |
parent | a0c83577cc108aaae8632fe44f0c1bd46995b264 (diff) | |
download | poky-99913df3039665816ca506be4112913a1eca8e88.tar.gz |
alsa-tools: fix build when x11 and gtk+ not available
Updated patch to work with alsa-tools version 1.0.27
(From OE-Core rev: ef196434620522affc11b5b1b867386b5d14a4c3)
Signed-off-by: Simone Agresta <simone.agresta@bticino.it>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch | 8 |
1 files changed, 4 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 51f934d8f6..c6cb5b16ac 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch +++ b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch | |||
@@ -8,14 +8,14 @@ diff --git a/Makefile b/Makefile | |||
8 | --- a/Makefile | 8 | --- a/Makefile |
9 | +++ b/Makefile | 9 | +++ b/Makefile |
10 | @@ -1,8 +1,8 @@ | 10 | @@ -1,8 +1,8 @@ |
11 | VERSION = 1.0.26.1 | 11 | VERSION = 1.0.27 |
12 | TOP = . | 12 | TOP = . |
13 | -SUBDIRS = ac3dec as10k1 envy24control \ | 13 | -SUBDIRS = as10k1 envy24control \ |
14 | - mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \ | 14 | - mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \ |
15 | - us428control usx2yloader vxloader echomixer \ | 15 | - us428control usx2yloader vxloader echomixer \ |
16 | +SUBDIRS = ac3dec as10k1 \ | 16 | +SUBDIRS = as10k1 \ |
17 | + mixartloader pcxhrloader sb16_csp seq sscape_ctl \ | 17 | + mixartloader pcxhrloader sb16_csp seq sscape_ctl \ |
18 | + us428control usx2yloader vxloader \ | 18 | + us428control usx2yloader vxloader \ |
19 | hwmixvolume hda-verb | 19 | hwmixvolume hdajackretask hda-verb |
20 | 20 | ||
21 | all: | 21 | all: |