blob: 3896de5ea1b7da75758d706b8415c38ddae18dfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DEPENDS = "virtual/libc ncurses"
RDEPENDS = "libc6 ncurses"
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"
|