All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc
@ 2022-09-20  8:17 Lang Daniel via buildroot
  2022-09-21  7:53 ` Gary Bisson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lang Daniel via buildroot @ 2022-09-20  8:17 UTC (permalink / raw)
  To: buildroot@buildroot.org; +Cc: tuzakli.refik@gmail.com, Gary Bisson

libgbm isn't output/target specific, only one version is included
in gpu-core/usr/lib/libgbm.so.
Similarly only gbm.pc is included and not gbm_x11.pc.

Signed-off-by: Daniel Lang <d.lang@abatec.at>
---
 package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
index 63d5d3c2ea..3c88b8b11e 100644
--- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
+++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
@@ -57,7 +57,7 @@ define IMX_GPU_VIV_FIXUP_PKGCONFIG
 endef
 else ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
 define IMX_GPU_VIV_FIXUP_PKGCONFIG
-	$(foreach lib,egl gbm glesv1_cm glesv2 vg, \
+	$(foreach lib,egl glesv1_cm glesv2 vg, \
 		ln -sf $(lib)_x11.pc $(@D)/gpu-core/usr/lib/pkgconfig/$(lib).pc
 	)
 endef
-- 
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc
  2022-09-20  8:17 [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc Lang Daniel via buildroot
@ 2022-09-21  7:53 ` Gary Bisson
  2022-09-24 15:09 ` Thomas Petazzoni
  2022-09-30 15:33 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Gary Bisson @ 2022-09-21  7:53 UTC (permalink / raw)
  To: Lang Daniel; +Cc: tuzakli.refik@gmail.com, Gary Bisson, buildroot@buildroot.org

Hi Daniel,

On Tue, Sep 20, 2022 at 08:17:13AM +0000, Lang Daniel via buildroot wrote:
> libgbm isn't output/target specific, only one version is included
> in gpu-core/usr/lib/libgbm.so.
> Similarly only gbm.pc is included and not gbm_x11.pc.
> 
> Signed-off-by: Daniel Lang <d.lang@abatec.at>

Good catch! Thanks for your contribution.
Reviewed-by: Gary Bisson <gary.bisson@boundarydevices.com>

Regards,
Gary
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc
  2022-09-20  8:17 [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc Lang Daniel via buildroot
  2022-09-21  7:53 ` Gary Bisson
@ 2022-09-24 15:09 ` Thomas Petazzoni
  2022-09-30 15:33 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2022-09-24 15:09 UTC (permalink / raw)
  To: Lang Daniel via buildroot
  Cc: Lang Daniel, Gary Bisson, tuzakli.refik@gmail.com

On Tue, 20 Sep 2022 08:17:13 +0000
Lang Daniel via buildroot <buildroot@buildroot.org> wrote:

> libgbm isn't output/target specific, only one version is included
> in gpu-core/usr/lib/libgbm.so.
> Similarly only gbm.pc is included and not gbm_x11.pc.
> 
> Signed-off-by: Daniel Lang <d.lang@abatec.at>
> ---
>  package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc
  2022-09-20  8:17 [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc Lang Daniel via buildroot
  2022-09-21  7:53 ` Gary Bisson
  2022-09-24 15:09 ` Thomas Petazzoni
@ 2022-09-30 15:33 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-09-30 15:33 UTC (permalink / raw)
  To: Lang Daniel via buildroot
  Cc: Lang Daniel, Gary Bisson, tuzakli.refik@gmail.com

>>>>> "Lang" == Lang Daniel via buildroot <buildroot@buildroot.org> writes:

 > libgbm isn't output/target specific, only one version is included
 > in gpu-core/usr/lib/libgbm.so.
 > Similarly only gbm.pc is included and not gbm_x11.pc.

 > Signed-off-by: Daniel Lang <d.lang@abatec.at>

Committed to 2022.02.x, 2022.05.x and 2022.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-30 15:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20  8:17 [Buildroot] [PATCH 1/1] package/freescale-imx/imx-gpu-viv: fix gbm.pc Lang Daniel via buildroot
2022-09-21  7:53 ` Gary Bisson
2022-09-24 15:09 ` Thomas Petazzoni
2022-09-30 15:33 ` 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.