Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc
Date: Wed, 15 Feb 2017 17:11:59 +0100	[thread overview]
Message-ID: <20170215161159.GA3425@free.fr> (raw)
In-Reply-To: <1487172648-5292-1-git-send-email-thomas.petazzoni@free-electrons.com>

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.  |
'------------------------------^-------^------------------^--------------------'

  parent reply	other threads:[~2017-02-15 16:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Yann E. MORIN [this message]
2017-02-15 20:27 ` [Buildroot] [PATCH 1/2] mesa3d-headers: fix installation of dri.pc Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170215161159.GA3425@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox