mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
alsamixergui: needs C++ support for fltk
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8bbf552993
commit
884c7c6b99
19
CHANGES
19
CHANGES
@ -14,15 +14,16 @@
|
|||||||
New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
|
New packages: cgilua, copas, coxpcall, ffmpeg, libsvgtiny,
|
||||||
luafilesystem, luasocket, rings, wsapi, xavante, xterm
|
luafilesystem, luasocket, rings, wsapi, xavante, xterm
|
||||||
|
|
||||||
Updated/fixed packages: alsa-lib, avahi, berkeleydb, bash, blackbox,
|
Updated/fixed packages: alsa-lib, alsamixergui, avahi,
|
||||||
busybox, bzip2, cdrkit, cmake, dash, dhcp, dialog, diffutils,
|
berkeleydb, bash, blackbox, busybox, bzip2, cdrkit, cmake,
|
||||||
distcc, dmalloc, dnsmasq, dropbear, e2fsprogs, fbv, file, flex,
|
dash, dhcp, dialog, diffutils, distcc, dmalloc, dnsmasq,
|
||||||
fontconfig, gawk, gstreamer, gzip, intltool, ipsec-tools,
|
dropbear, e2fsprogs, fbv, file, flex, fontconfig, gawk,
|
||||||
iptables, libart, libcgi, libdrm, libfuse, libgpg-error, libidn,
|
gstreamer, gzip, intltool, ipsec-tools, iptables, libart,
|
||||||
liblockfile, libpng, links, linux-fusion, lmbench, lrzsz,
|
libcgi, libdrm, libfuse, libgpg-error, libidn, liblockfile,
|
||||||
make, module-init-tools, mysql_client, nbd, ncurses, neon,
|
libpng, links, linux-fusion, lmbench, lrzsz, make,
|
||||||
netcat, netperf, ntfsprogs, openssl, php, qt, quagga, sqlite,
|
module-init-tools, mysql_client, nbd, ncurses, neon, netcat,
|
||||||
sdl, sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, tremor,
|
netperf, ntfsprogs, openssl, php, qt, quagga, sqlite, sdl,
|
||||||
|
sdl_mixer, sdl_sound, sdl_ttf, squashfs, tn5250, tremor,
|
||||||
usbutils, xkeyboard-config, xserver_xorg-server, xvkbd
|
usbutils, xkeyboard-config, xserver_xorg-server, xvkbd
|
||||||
|
|
||||||
Removed packages: modutils, portage, rxvt
|
Removed packages: modutils, portage, rxvt
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
config BR2_PACKAGE_ALSAMIXERGUI
|
config BR2_PACKAGE_ALSAMIXERGUI
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on BR2_PACKAGE_ALSA_LIB
|
depends on BR2_PACKAGE_ALSA_LIB
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
select BR2_PACKAGE_FLTK
|
select BR2_PACKAGE_FLTK
|
||||||
bool "alsamixergui"
|
bool "alsamixergui"
|
||||||
help
|
help
|
||||||
A nice GUI mixer for Alsa using fltk
|
A nice GUI mixer for Alsa using fltk
|
||||||
|
|
||||||
http://www.iua.upf.es/~mdeboer/projects/alsamixergui/
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user