diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 09:59:23 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-11-23 09:59:23 +0100 |
commit | 1620cc3e3507a92ddceb27cde5f1dca326e52e64 (patch) | |
tree | 0a15d2d1363c7b71ddcd7541b2cf501b78bb30ea /CHANGES | |
parent | 41aaacd53da44efa97fa36035552a0f4546ab2e5 (diff) |
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 'CHANGES')
-rw-r--r-- | CHANGES | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -10,16 +10,17 @@ 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 |