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

* [Buildroot] [PATCH 2/2] mesa3d-headers: remove installation of OpenVG headers
  2017-02-15 15:30 [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc Thomas Petazzoni
@ 2017-02-15 15:30 ` 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
  2 siblings, 2 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-02-15 15:30 UTC (permalink / raw)
  To: buildroot

OpenVG support has been completely removed from mesa3d in commit
3acd7a34ab05b87521b74f626ec637e7fdcc6595, merged in mesa-10.6.0.

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

diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
index 7ae5966..35b1a71 100644
--- a/package/mesa3d-headers/mesa3d-headers.mk
+++ b/package/mesa3d-headers/mesa3d-headers.mk
@@ -62,10 +62,6 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
 MESA3D_HEADERS_DIRS += GLES GLES2
 endif
 
-ifeq ($(BR2_PACKAGE_HAS_LIBOPENVG),y)
-MESA3D_HEADERS_DIRS += VG
-endif
-
 define MESA3D_HEADERS_BUILD_CMDS
 	$(MESA3D_HEADERS_BUILD_DRI_PC)
 endef
-- 
2.7.4

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

* [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc
  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:11 ` Yann E. MORIN
  2017-02-15 20:27 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2017-02-15 16:11 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2017-02-15 16:30 +0100, Thomas Petazzoni spake thusly:
> /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>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  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
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 2/2] mesa3d-headers: remove installation of OpenVG headers
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2017-02-15 16:13 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2017-02-15 16:30 +0100, Thomas Petazzoni spake thusly:
> OpenVG support has been completely removed from mesa3d in commit
> 3acd7a34ab05b87521b74f626ec637e7fdcc6595, merged in mesa-10.6.0.

Indeed.

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/mesa3d-headers/mesa3d-headers.mk | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/package/mesa3d-headers/mesa3d-headers.mk b/package/mesa3d-headers/mesa3d-headers.mk
> index 7ae5966..35b1a71 100644
> --- a/package/mesa3d-headers/mesa3d-headers.mk
> +++ b/package/mesa3d-headers/mesa3d-headers.mk
> @@ -62,10 +62,6 @@ ifeq ($(BR2_PACKAGE_HAS_LIBGLES),y)
>  MESA3D_HEADERS_DIRS += GLES GLES2
>  endif
>  
> -ifeq ($(BR2_PACKAGE_HAS_LIBOPENVG),y)
> -MESA3D_HEADERS_DIRS += VG
> -endif
> -
>  define MESA3D_HEADERS_BUILD_CMDS
>  	$(MESA3D_HEADERS_BUILD_DRI_PC)
>  endef
> -- 
> 2.7.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc
  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:11 ` [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc Yann E. MORIN
@ 2017-02-15 20:27 ` Thomas Petazzoni
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-02-15 20:27 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 15 Feb 2017 16:30:47 +0100, Thomas Petazzoni wrote:
> /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(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/2] mesa3d-headers: remove installation of OpenVG headers
  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
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2017-02-15 20:27 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed, 15 Feb 2017 16:30:48 +0100, Thomas Petazzoni wrote:
> OpenVG support has been completely removed from mesa3d in commit
> 3acd7a34ab05b87521b74f626ec637e7fdcc6595, merged in mesa-10.6.0.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/mesa3d-headers/mesa3d-headers.mk | 4 ----
>  1 file changed, 4 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[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.