All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc
@ 2017-02-15 15:30 Thomas Petazzoni
  2017-02-15 15:30 ` [Buildroot] [PATCH 2/2] mesa3d-headers: remove installation of OpenVG headers Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-02-15 15:30 UTC (permalink / raw)
  To: buildroot

/usr/lib/pkg-config/ is not the correct installation path for .pc files,
it should be in /usr/lib/pkgconfig/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/mesa3d-headers/mesa3d-headers.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 2c62c48..7ae5966 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -47,7 +47,7 @@ define MESA3D_HEADERS_INSTALL_DRI_PC
 	$(INSTALL) -D -m 0644 $(@D)/include/GL/internal/dri_interface.h \
 		$(STAGING_DIR)/usr/include/GL/internal/dri_interface.h
 	$(INSTALL) -D -m 0644 $(@D)/src/mesa/drivers/dri/dri.pc \
-		$(STAGING_DIR)/usr/lib/pkg-config/dri.pc
+		$(STAGING_DIR)/usr/lib/pkgconfig/dri.pc
 endef
 
 endif # Xorg
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-15 20:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-15 15:30 [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc Thomas Petazzoni
2017-02-15 15:30 ` [Buildroot] [PATCH 2/2] mesa3d-headers: remove installation of OpenVG headers Thomas Petazzoni
2017-02-15 16:13   ` Yann E. MORIN
2017-02-15 20:27   ` Thomas Petazzoni
2017-02-15 16:11 ` [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc Yann E. MORIN
2017-02-15 20:27 ` Thomas Petazzoni

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.