summaryrefslogtreecommitdiff
blob: fa3250ce0149713dc91eb99886d03cdd300b3ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Julian Ospald <hasufell@gentoo.org>
Date: Sun May  4 11:59:48 UTC 2014
Subject: fix linking

--- mpd-0.17.6/configure.ac
+++ mpd-0.17.6/configure.ac
@@ -1149,7 +1149,7 @@
 AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
 
 dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
-MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
+MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg],
 	[Ogg Vorbis encoder], [libvorbisenc not found])
 
 if test x$enable_vorbis_encoder = xyes; then