summaryrefslogtreecommitdiff
path: root/aumix/aumix_2.8.oe
blob: 4e9cb3c6816c430145b71af0ac2d9a2efdefed8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 ncurses"
DESCRIPTION = "A mixer for the terminal or X11, with mouse support."

SRC_URI = "http://jpj.net/~trevor/aumix/aumix-${PV}.tar.bz2 \
	   file://${FILESDIR}/configure.patch;patch=1"

inherit autotools

EXTRA_OECONF = "--without-gpm --without-sysmouse \
		--without-alsa --without-gtk \
		--without-gtk1"