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:
parent
a4ee7179e6
commit
b3ffb2aaaa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user