aboutsummaryrefslogtreecommitdiffstats
path: root/libao/libao_0.8.4.oe
diff options
context:
space:
mode:
Diffstat (limited to 'libao/libao_0.8.4.oe')
-rw-r--r--libao/libao_0.8.4.oe24
1 files changed, 0 insertions, 24 deletions
diff --git a/libao/libao_0.8.4.oe b/libao/libao_0.8.4.oe
deleted file mode 100644
index 1dff85caed..0000000000
--- a/libao/libao_0.8.4.oe
+++ /dev/null
@@ -1,24 +0,0 @@
-LICENSE = GPL
-DESCRIPTION = "A cross platform audio library"
-HOMEPAGE = "http://www.xiph.org/ao/"
-SECTION = "libs"
-PRIORITY = "optional"
-
-SRC_URI = "http://www.xiph.org/ao/src/libao-${PV}.tar.gz \
- file://configure.patch;patch=1"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--disable-esd --disable-esdtest \
- --disable-alsa --disable-alsa09 \
- --disable-arts --disable-nas"
-
-do_stage() {
- install -d ${STAGING_INCDIR}/ao
- install -m 0644 ${S}/include/ao/ao.h ${S}/include/ao/os_types.h \
- ${S}/include/ao/plugin.h ${STAGING_INCDIR}/ao/
-
- oe_libinstall -so -C src libao ${STAGING_LIBDIR}
- install -d ${STAGING_DATADIR}/aclocal
- install -m 0644 ao.m4 ${STAGING_DATADIR}/aclocal/
-}