alsamixergui: needs C++ support for fltk
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 21 Jul 2010 19:06:13 +0000 (21:06 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 21 Jul 2010 19:06:13 +0000 (21:06 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/alsamixergui/Config.in

diff --git a/CHANGES b/CHANGES
index b18207799bb0ff0ee456b4a8f6a600a83ad66c5b..28fc5bec5d9435da31f12f56e1a352a64708f38d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
        luafilesystem, luasocket, rings, wsapi, xavante, xterm
 
-       Updated/fixed packages: alsa-lib, avahi, berkeleydb, bash, blackbox,
-       busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils,
-       distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex,
-       fontconfig, gawk, gstreamer, gzip, intltool, ipsec-tools,
-       iptables, libart, libcgi, libdrm, libfuse, libgpg-error, libidn,
-       liblockfile, libpng, links, linux-fusion, lmbench, lrzsz,
-       make, module-init-tools, mysql_client, nbd, ncurses, neon,
-       netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
-       sdl, sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, tremor,
+       Updated/fixed packages: alsa-lib, alsamixergui, avahi,
+       berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
+       dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
+       dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
+       gstreamer, gzip, intltool, ipsec-tools, iptables, libart,
+       libcgi, libdrm, libfuse, libgpg-error, libidn, liblockfile,
+       libpng, links, linux-fusion, lmbench, lrzsz, make,
+       module-init-tools, mysql_client, nbd, ncurses, neon, netcat,
+       netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl,
+       sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, tremor,
        usbutils, xkeyboard-config, xserver_xorg-server, xvkbd
 
        Removed packages: modutils, portage, rxvt
index 5a31b2031ee0ebda9fe3f4d3203e9206660f25a1..5b53e6a0e8ddb74f33359069f405e3c82fd25f19 100644 (file)
@@ -1,9 +1,13 @@
 config BR2_PACKAGE_ALSAMIXERGUI
        depends on BR2_PACKAGE_XORG7
        depends on BR2_PACKAGE_ALSA_LIB
+       depends on BR2_INSTALL_LIBSTDCPP
        select BR2_PACKAGE_FLTK
        bool "alsamixergui"
        help
          A nice GUI mixer for Alsa using fltk
 
          http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
+
+comment "alsamixergui requires a toolchain with C++ support enabled"
+       depends on !BR2_INSTALL_LIBSTDCPP && BR2_PACKAGE_XORG7 && BR2_PACKAGE_ALSA_LIB