All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] libmad: unbreak after 5d6f32878f7 (move audio libraries out)
@ 2012-05-06  9:39 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2012-05-06  9:39 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=b3ffb2aaaa3931f8e2039c3f95f1c2c65093bff9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 package/libmad/libmad.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libmad/libmad.mk b/package/libmad/libmad.mk
index a469fec..6e53cf2 100644
--- a/package/libmad/libmad.mk
+++ b/package/libmad/libmad.mk
@@ -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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-06  9:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-06  9:39 [Buildroot] [git commit] libmad: unbreak after 5d6f32878f7 (move audio libraries out) Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.