mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user