mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] wayland.make: Fix .pc file placement.
@ 2021-10-11 13:42 Christian Melki
  0 siblings, 0 replies; only message in thread
From: Christian Melki @ 2021-10-11 13:42 UTC (permalink / raw)
  To: ptxdist

Let pkgconfig files follow CROSS_LIB_DIR.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/wayland.make | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rules/wayland.make b/rules/wayland.make
index b237a9701..4464211b7 100644
--- a/rules/wayland.make
+++ b/rules/wayland.make
@@ -53,8 +53,8 @@ $(STATEDIR)/wayland.install.post:
 	@rm -f $(WAYLAND_PKGDIR)/usr/bin/wayland-scanner
 	@$(call world/install.post, WAYLAND)
 	@sed 's;^prefix=.*;prefix=$(PTXDIST_SYSROOT_HOST);' \
-		$(PTXDIST_SYSROOT_HOST)/lib/pkgconfig/wayland-scanner.pc \
-		> $(PTXDIST_SYSROOT_TARGET)/usr/lib/pkgconfig/wayland-scanner.pc
+		$(PTXDIST_SYSROOT_HOST)/$(CROSS_LIB_DIR)/pkgconfig/wayland-scanner.pc \
+		> $(PTXDIST_SYSROOT_TARGET)/usr/$(CROSS_LIB_DIR)/pkgconfig/wayland-scanner.pc
 	@$(call touch)
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


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

only message in thread, other threads:[~2021-10-11 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 13:42 [ptxdist] [PATCH] wayland.make: Fix .pc file placement Christian Melki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox