blob: cd7851c97d7c1802f8e716b18d67a1b5e00d6e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
PR = "r3"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
file://m4.patch;patch=1 \
file://autofoo.patch;patch=1 \
file://ldflags.patch;patch=1 \
"
inherit autotools binconfig
EXTRA_OECONF = "\
--disable-af \
--enable-alsa \
--disable-esd \
--enable-oss \
--disable-sam9407 \
--disable-ultra \
--disable-esdtest \
--enable-threads \
"
|