blob: d4b5fb02599865f1aa51b068841f91d5247f69da (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DEPENDS = "virtual/libc ncurses"
DESCRIPTION = "A mixer for the terminal or X11, with mouse support."
SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \
file://configure.patch;patch=1"
inherit autotools
EXTRA_OECONF = "--without-gpm --without-sysmouse \
--without-alsa --without-gtk \
--without-gtk1"
|