Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] alsa-utils: select alsa-lib
@ 2011-01-06 18:41 Gustavo Zacarias
  2011-01-06 18:41 ` [Buildroot] [PATCH 2/5] pciutils: SHARED make opt goes for install too Gustavo Zacarias
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Gustavo Zacarias @ 2011-01-06 18:41 UTC (permalink / raw)
  To: buildroot

Select alsa-libs instead of depending on them otherwise it's just
"missing" from the menu.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/alsa-utils/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/multimedia/alsa-utils/Config.in b/package/multimedia/alsa-utils/Config.in
index 3f30c61..b85ff7e 100644
--- a/package/multimedia/alsa-utils/Config.in
+++ b/package/multimedia/alsa-utils/Config.in
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_ALSA_UTILS
 	bool "alsa-utils"
 	depends on BR2_LARGEFILE
-	depends on BR2_PACKAGE_ALSA_LIB
+	select BR2_PACKAGE_ALSA_LIB
 	help
 	  This package contains the command line utilities for the ALSA
 	  project.
-- 
1.7.2.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-01-11 15:38 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 18:41 [Buildroot] [PATCH 1/5] alsa-utils: select alsa-lib Gustavo Zacarias
2011-01-06 18:41 ` [Buildroot] [PATCH 2/5] pciutils: SHARED make opt goes for install too Gustavo Zacarias
2011-01-10 13:11   ` Peter Korsgaard
2011-01-10 13:15     ` Gustavo Zacarias
2011-01-06 18:41 ` [Buildroot] [PATCH 3/5] flac: fix powerpc build Gustavo Zacarias
2011-01-10 21:27   ` Peter Korsgaard
2011-01-06 18:42 ` [Buildroot] [PATCH 4/5] libao: new package Gustavo Zacarias
2011-01-10 21:30   ` Peter Korsgaard
2011-01-11 13:45     ` Gustavo Zacarias
2011-01-06 18:42 ` [Buildroot] [PATCH 5/5] vorbis-tools: " Gustavo Zacarias
2011-01-11 15:38   ` Peter Korsgaard
2011-01-10 13:10 ` [Buildroot] [PATCH 1/5] alsa-utils: select alsa-lib Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox