mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
alsa-tools: Fix build without x11
The patch had some new tool (hdajackretask) missing which were triggering build failures in O.S. Systems' builder as: ,----[ Build error in a clean tmp, without x11 ] | checking for GTK3... no | configure: error: Package requirements (gtk+-3.0) were not met: | | No package 'gtk+-3.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables GTK3_CFLAGS | and GTK3_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | make: *** [all] Error 1 `---- (From OE-Core rev: be37edbdfe1e1ad833155154cabdff16f1d4267f) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5775abb19
commit
cd13b76fb5
@@ -1,21 +1,25 @@
|
||||
Remove some sub-components which need gtk+.
|
||||
|
||||
Signed-off-by: Rogerio Nunes <ronunes@gmail.com>
|
||||
|
||||
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,8 +1,8 @@
|
||||
@@ -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 hdajackretask hda-verb
|
||||
+ hwmixvolume hda-verb
|
||||
|
||||
all:
|
||||
@for i in $(SUBDIRS); do \
|
||||
|
||||
Reference in New Issue
Block a user