diff options
author | Justin Patrin <papercrane@gmail.com> | 2005-08-11 22:56:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 22:56:38 +0000 |
commit | 98d59ca10310424f7b9e03188321251ff490291e (patch) | |
tree | 844d671cb356ef12f79357202217d0f17787e9fd /packages/musicpd/mpd_0.11.2.bb | |
parent | a55bb1084356a8f5220c856c4221a9448ee55444 (diff) | |
parent | 216826630f56103c2d75c0c512c1978fa65079a3 (diff) |
merge of a0401b9f09376ea2c7d6eb10ff1ccfb84ec7649c
and a0a93c4cb9609431f78a0188791c0cd9574687c9
Diffstat (limited to 'packages/musicpd/mpd_0.11.2.bb')
-rw-r--r-- | packages/musicpd/mpd_0.11.2.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/musicpd/mpd_0.11.2.bb b/packages/musicpd/mpd_0.11.2.bb index 51067a5c7a..395d69e79e 100644 --- a/packages/musicpd/mpd_0.11.2.bb +++ b/packages/musicpd/mpd_0.11.2.bb @@ -4,15 +4,18 @@ LICENSE = "GPLv2" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SECTION = "console/multimedia" DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile" -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz" inherit autotools +# Setting --enable-mpd-{mad,id3tag} causes local caches of the libraries to +# be built, instead we use the OE built versions which should be installed +# in staging - remove the --with and replace with --enable to use the local +# versions. + EXTRA_OECONF = "--enable-ogg \ - --enable-mpd-mad \ - --enable-mpd-id3tag \ --with-id3tag-libraries=${STAGING_LIBDIR} \ --with-id3tag-includes=${STAGING_INCDIR} \ --with-mad-libraries=${STAGING_LIBDIR} \ |