summaryrefslogtreecommitdiffstats
path: root/package/alsamixergui
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 09:59:23 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-11-23 09:59:23 +0100
commit1620cc3e3507a92ddceb27cde5f1dca326e52e64 (patch)
tree0a15d2d1363c7b71ddcd7541b2cf501b78bb30ea /package/alsamixergui
parent41aaacd53da44efa97fa36035552a0f4546ab2e5 (diff)
downloadbuildroot-novena-1620cc3e3507a92ddceb27cde5f1dca326e52e64.tar.gz
buildroot-novena-1620cc3e3507a92ddceb27cde5f1dca326e52e64.zip
alsamixergui: depend on x11 support, rather than (indirectly) selecting it
Packages should depend on BR2_PACKAGE_XORG7 rather than selecting it, because: - X brings in a lot of dependencies, so shouldn't get implicitly enabled - Select doesn't check dependencies, so build breaks if XORG dependencies aren't met (locale/wchar) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/alsamixergui')
-rw-r--r--package/alsamixergui/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/alsamixergui/Config.in b/package/alsamixergui/Config.in
index 53b42343e..c7508bbca 100644
--- a/package/alsamixergui/Config.in
+++ b/package/alsamixergui/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_ALSAMIXERGUI
+ depends on BR2_PACKAGE_XORG7
select BR2_PACKAGE_FLTK
bool "alsamixergui"
help