diff options
Diffstat (limited to 'libvorbis')
-rw-r--r-- | libvorbis/libvorbis_1.0.1.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libvorbis/libvorbis_1.0.1.oe b/libvorbis/libvorbis_1.0.1.oe index 1a7d3e04fc..0d66a11c4f 100644 --- a/libvorbis/libvorbis_1.0.1.oe +++ b/libvorbis/libvorbis_1.0.1.oe @@ -6,7 +6,7 @@ is the main vorbis codec library." SRC_URI = "http://www.vorbis.com/files/${PV}/unix/libvorbis-${PV}.tar.gz" -inherit autotools libtool pkgconfig +inherit autotools pkgconfig EXTRA_OECONF = "--with-ogg-libraries=${STAGING_LIBDIR} \ --with-ogg-includes=${STAGING_INCDIR}" |