From cb565fed279e35ddd90ef548a637006bca49b1bc Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 2 Jul 2006 14:34:20 +0000 Subject: mpd: removed --prefix added a few --with-*-libraries and --with-*-includes --- packages/musicpd/mpd_0.11.5.bb | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'packages/musicpd/mpd_0.11.5.bb') diff --git a/packages/musicpd/mpd_0.11.5.bb b/packages/musicpd/mpd_0.11.5.bb index 0d41cf3e0a..95fe05cf41 100644 --- a/packages/musicpd/mpd_0.11.5.bb +++ b/packages/musicpd/mpd_0.11.5.bb @@ -4,7 +4,7 @@ LICENSE = "GPLv2" MAINTAINER = "Chris Larson " SECTION = "console/multimedia" DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile virtual/libiconv" -PR = "r6" +PR = "r7" SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.gz \ file://save-volume-state.patch;patch=1" @@ -16,8 +16,15 @@ inherit autotools # in staging - remove the --with and replace with --enable to use the local # versions. -EXTRA_OECONF = "--prefix=${D} \ - --enable-ogg \ +EXTRA_OECONF = "--enable-ogg \ + --with-iconv-libraries=${STAGING_LIBDIR} \ + --with-iconv-includes=${STAGING_INCDIR} \ + --with-vorbis-libraries=${STAGING_LIBDIR} \ + --with-vorbis-includes=${STAGING_INCDIR} \ + --with-ogg-libraries=${STAGING_LIBDIR} \ + --with-ogg-includes=${STAGING_INCDIR} \ + --with-ao-libraries=${STAGING_LIBDIR} \ + --with-ao-includes=${STAGING_INCDIR} \ --with-id3tag-libraries=${STAGING_LIBDIR} \ --with-id3tag-includes=${STAGING_INCDIR} \ --with-mad-libraries=${STAGING_LIBDIR} \ -- cgit 1.2.3-korg