dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories
@ 2018-01-26  0:14 Dylan Baker
  2018-01-30 18:25 ` Dylan Baker
  2018-01-31 11:14 ` [Mesa-dev] " Eric Engestrom
  0 siblings, 2 replies; 4+ messages in thread
From: Dylan Baker @ 2018-01-26  0:14 UTC (permalink / raw)
  To: mesa-dev, dri-devel; +Cc: Dylan Baker

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
---

I have tested building every mesa driver against this (with and without udev!)
so I'm pretty sure that this is the last pkgbuild problem.

I'm sure I'll be sad in a day or two...

 nouveau/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nouveau/meson.build b/nouveau/meson.build
index bfecf84b..f031cd63 100644
--- a/nouveau/meson.build
+++ b/nouveau/meson.build
@@ -45,7 +45,7 @@ install_headers(
 pkg.generate(
   name : 'libdrm_nouveau',
   libraries : libdrm_nouveau,
-  subdirs : ['.', 'nouveau'],
+  subdirs : ['.', 'libdrm', 'libdrm/nouveau'],
   version : meson.project_version(),
   requires_private : 'libdrm',
   description : 'Userspace interface to nouveau kernel DRM services',
-- 
2.16.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories
  2018-01-26  0:14 [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories Dylan Baker
@ 2018-01-30 18:25 ` Dylan Baker
  2018-01-31 11:14 ` [Mesa-dev] " Eric Engestrom
  1 sibling, 0 replies; 4+ messages in thread
From: Dylan Baker @ 2018-01-30 18:25 UTC (permalink / raw)
  To: dri-devel, mesa-dev


[-- Attachment #1.1: Type: text/plain, Size: 926 bytes --]

ping

Quoting Dylan Baker (2018-01-25 16:14:45)
> Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
> ---
> 
> I have tested building every mesa driver against this (with and without udev!)
> so I'm pretty sure that this is the last pkgbuild problem.
> 
> I'm sure I'll be sad in a day or two...
> 
>  nouveau/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/nouveau/meson.build b/nouveau/meson.build
> index bfecf84b..f031cd63 100644
> --- a/nouveau/meson.build
> +++ b/nouveau/meson.build
> @@ -45,7 +45,7 @@ install_headers(
>  pkg.generate(
>    name : 'libdrm_nouveau',
>    libraries : libdrm_nouveau,
> -  subdirs : ['.', 'nouveau'],
> +  subdirs : ['.', 'libdrm', 'libdrm/nouveau'],
>    version : meson.project_version(),
>    requires_private : 'libdrm',
>    description : 'Userspace interface to nouveau kernel DRM services',
> -- 
> 2.16.0
> 

[-- Attachment #1.2: signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEUwPMqo/+5aFHLzU4CJ4WlhQGiO8FAlpwuJgACgkQCJ4WlhQG
iO/LQggAhMngBynUhZJx4IhUA7GfhOo/xJ9ZlN6jktX0rX4R9bBWa7jOWurHnHsi
9hiElx1jImLvvTvD6jT/A5uXK0Q9r8Ox5ETnshseIfuzisurbcFdZ2/yZrFumJ91
KHrWVHuD7lhF3PYfjfYsJGxJG2wNVceVvCxHAQnlWsRT39ZqheLBJaCSsc076B5E
acCJRc+sczx+Z6fhBVjlTgWwll4cG0dloiXT5jxlI+FiR+36ppchKEmSaXdiKiZ3
y7TcYJelk8tAazZbNmP5VZYSrnEmoTYT7srEuHuc4NTBwJOqfp5nsbjUAXUFnDhL
d6kY3eY8IMXQW6bE2R6a4YhaY1I5Sw==
=XyGe
-----END PGP SIGNATURE-----

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [Mesa-dev] [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories
  2018-01-26  0:14 [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories Dylan Baker
  2018-01-30 18:25 ` Dylan Baker
@ 2018-01-31 11:14 ` Eric Engestrom
  2018-01-31 17:18   ` Dylan Baker
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Engestrom @ 2018-01-31 11:14 UTC (permalink / raw)
  To: Dylan Baker; +Cc: mesa-dev, dri-devel

On Thursday, 2018-01-25 16:14:45 -0800, Dylan Baker wrote:
> Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>

Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>

> ---
> 
> I have tested building every mesa driver against this (with and without udev!)
> so I'm pretty sure that this is the last pkgbuild problem.
> 
> I'm sure I'll be sad in a day or two...
> 
>  nouveau/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/nouveau/meson.build b/nouveau/meson.build
> index bfecf84b..f031cd63 100644
> --- a/nouveau/meson.build
> +++ b/nouveau/meson.build
> @@ -45,7 +45,7 @@ install_headers(
>  pkg.generate(
>    name : 'libdrm_nouveau',
>    libraries : libdrm_nouveau,
> -  subdirs : ['.', 'nouveau'],
> +  subdirs : ['.', 'libdrm', 'libdrm/nouveau'],
>    version : meson.project_version(),
>    requires_private : 'libdrm',
>    description : 'Userspace interface to nouveau kernel DRM services',
> -- 
> 2.16.0
> 
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [Mesa-dev] [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories
  2018-01-31 11:14 ` [Mesa-dev] " Eric Engestrom
@ 2018-01-31 17:18   ` Dylan Baker
  0 siblings, 0 replies; 4+ messages in thread
From: Dylan Baker @ 2018-01-31 17:18 UTC (permalink / raw)
  To: Eric Engestrom; +Cc: mesa-dev, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1115 bytes --]

Thanks!

Quoting Eric Engestrom (2018-01-31 03:14:50)
> On Thursday, 2018-01-25 16:14:45 -0800, Dylan Baker wrote:
> > Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
> 
> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
> 
> > ---
> > 
> > I have tested building every mesa driver against this (with and without udev!)
> > so I'm pretty sure that this is the last pkgbuild problem.
> > 
> > I'm sure I'll be sad in a day or two...
> > 
> >  nouveau/meson.build | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/nouveau/meson.build b/nouveau/meson.build
> > index bfecf84b..f031cd63 100644
> > --- a/nouveau/meson.build
> > +++ b/nouveau/meson.build
> > @@ -45,7 +45,7 @@ install_headers(
> >  pkg.generate(
> >    name : 'libdrm_nouveau',
> >    libraries : libdrm_nouveau,
> > -  subdirs : ['.', 'nouveau'],
> > +  subdirs : ['.', 'libdrm', 'libdrm/nouveau'],
> >    version : meson.project_version(),
> >    requires_private : 'libdrm',
> >    description : 'Userspace interface to nouveau kernel DRM services',
> > -- 
> > 2.16.0
> > 

[-- Attachment #1.2: signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

-----BEGIN PGP SIGNATURE-----

iQEzBAABCAAdFiEEUwPMqo/+5aFHLzU4CJ4WlhQGiO8FAlpx+oIACgkQCJ4WlhQG
iO+Q1Af/XR7R7bPilT/NoStgqy4hiqkol7hoo1hrjZtJPsKOMwQTpWSh7c332TGm
TVV3GQhEhrcTxD0PSTniubpfYjgc3jfQpwmJaYxMQSpABz7X/Oihmmr84Rpj6LiI
4a+Q8BOklC078kABipaqqXJNZMMi5ZKiLzBvgqvuAtrMapaSxKIdOfz1Ag9l6uZ4
NvUFXi7zXF2oth+1q5sALi4Rsf4gHUwKiIlCIxReNZ/gGX3WUpyFJysP45yPGoON
GRsHbALQfLCzfyimlFAxf3XDkGHcEXc9TLECnY82D2900u2ETOzaTf0T/wccxAcy
4cA96coayf8pKhPj/+srJtXkjevK7A==
=R2ZW
-----END PGP SIGNATURE-----

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2018-01-31 17:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-26  0:14 [PATCH libdrm] meson: fix libdrm_nouveau pkgconfig include directories Dylan Baker
2018-01-30 18:25 ` Dylan Baker
2018-01-31 11:14 ` [Mesa-dev] " Eric Engestrom
2018-01-31 17:18   ` Dylan Baker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).