4e9cb3c6816c430145b71af0ac2d9a2efdefed8f
[vuplus_openembedded] / aumix / aumix_2.8.oe
1 DEPENDS = "virtual/libc ncurses"
2 RDEPENDS = "libc6 ncurses"
3 DESCRIPTION = "A mixer for the terminal or X11, with mouse support."
4
5 SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \
6            file://${FILESDIR}/configure.patch;patch=1"
7
8 inherit autotools
9
10 EXTRA_OECONF = "--without-gpm --without-sysmouse \
11                 --without-alsa --without-gtk \
12                 --without-gtk1"