libmad: unbreak after 5d6f32878f (move audio libraries out)

libmad is no longer in package/multimeda, so adjust .pc handling to match.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-05-06 11:39:05 +02:00
parent a4ee7179e6
commit b3ffb2aaaa

View File

@ -15,12 +15,12 @@ define LIBMAD_PREVENT_AUTOMAKE
endef
define LIBMAD_INSTALL_STAGING_PC
$(INSTALL) -D package/multimedia/libmad/mad.pc \
$(INSTALL) -D package/libmad/mad.pc \
$(STAGING_DIR)/usr/lib/pkgconfig/mad.pc
endef
define LIBMAD_INSTALL_TARGET_PC
$(INSTALL) -D package/multimedia/libmad/mad.pc \
$(INSTALL) -D package/libmad/mad.pc \
$(TARGET_DIR)/usr/lib/pkgconfig/mad.pc
endef