alsamixergui: depend on x11 support, rather than (indirectly) selecting it
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 08:59:23 +0000 (09:59 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 23 Nov 2009 08:59:23 +0000 (09:59 +0100)
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>
CHANGES
package/alsamixergui/Config.in

diff --git a/CHANGES b/CHANGES
index c619b3f27a7ca0f8e0406b9e7f1adbae333d4a00..ee33dd24ece018af43dae1a4c885a24a5eadcadf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        New packages: divine, gvfs, libarchive, libmicrohttpd,
        sdl_sound, swfdec, sysstat
 
-       Updated/fixed packages: autoconf, busybox, gcc, directfb, dnsmasq,
-       e2fsprogs, festival, gstreamer, gst-plugins-bad, gst-plugins-base,
-       gst-plugins-good, imagemagick, ipkg, iptables, iw, kernel-headers,
-       kismet, libelf, libevent, libglib2, libidn, liblockfile, libmad,
-       libpcap, libupnp, libuuid, lighttpd, ltrace, lua, lzma, matchbox,
-       mdadm, nbd, ncftp, ncurses, netkittelnet, netsnmp, ntfs-3g, openntp,
-       openssl, php, python, quagga, radvd, rsync, samba, sawman, sdl,
-       shared-mime-info, spawn-fcgi, speech-tools, sqlite, squashfs, synergy,
-       syslinux, target-binutils, tcpdump, u-boot, util-linux, valgrind,
-       vsftpd, wipe, wpa-supplicant, xdata_xcursor-themes, zlib
+       Updated/fixed packages: alsamixergui, autoconf, busybox, gcc,
+       directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad,
+       gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
+       iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
+       liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
+       lua, lzma, matchbox, mdadm, nbd, ncftp, ncurses, netkittelnet,
+       netsnmp, ntfs-3g, openntp, openssl, php, python, quagga, radvd,
+       rsync, samba, sawman, sdl, shared-mime-info, spawn-fcgi,
+       speech-tools, sqlite, squashfs, synergy, syslinux, target-binutils,
+       tcpdump, u-boot, util-linux, valgrind, vsftpd, wipe, wpa-supplicant,
+       xdata_xcursor-themes, zlib
 
        Removed package: mdnsresponder, mpatrol, gcc 3.4.6 + 4.0.4
 
index 53b42343ea984cd3a7386636edffc4c0f210f8d7..c7508bbca995d36832c4a74ca57104dcc2745efa 100644 (file)
@@ -1,4 +1,5 @@
 config BR2_PACKAGE_ALSAMIXERGUI
+       depends on BR2_PACKAGE_XORG7
        select BR2_PACKAGE_FLTK
        bool "alsamixergui"
        help