All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm] modetest: include into the build when libkms is not selected.
@ 2015-03-10 18:12 Emil Velikov
  2015-03-11 18:30 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Velikov @ 2015-03-10 18:12 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov, Laurent Pinchart

With commit d7c0a08bc57(modetest: Allocate dumb buffers with the correct
bpp) we moved away from the libkms dependency. As such we are safe with
including the Makefile/subdir, even as we opt out of building the
library.

Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
---
 tests/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index d5269f9..0ca5a39 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,7 +1,7 @@
-SUBDIRS = modeprint proptest
+SUBDIRS = modeprint proptest modetest
 
 if HAVE_LIBKMS
-SUBDIRS += kmstest modetest
+SUBDIRS += kmstest
 endif
 
 if HAVE_RADEON
-- 
2.1.3

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

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

* Re: [PATCH libdrm] modetest: include into the build when libkms is not selected.
  2015-03-10 18:12 [PATCH libdrm] modetest: include into the build when libkms is not selected Emil Velikov
@ 2015-03-11 18:30 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2015-03-11 18:30 UTC (permalink / raw)
  To: Emil Velikov; +Cc: dri-devel

Hi Emil,

Thank you for the patch.

On Tuesday 10 March 2015 18:12:28 Emil Velikov wrote:
> With commit d7c0a08bc57(modetest: Allocate dumb buffers with the correct
> bpp) we moved away from the libkms dependency. As such we are safe with
> including the Makefile/subdir, even as we opt out of building the
> library.
> 
> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  tests/Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/Makefile.am b/tests/Makefile.am
> index d5269f9..0ca5a39 100644
> --- a/tests/Makefile.am
> +++ b/tests/Makefile.am
> @@ -1,7 +1,7 @@
> -SUBDIRS = modeprint proptest
> +SUBDIRS = modeprint proptest modetest
> 
>  if HAVE_LIBKMS
> -SUBDIRS += kmstest modetest
> +SUBDIRS += kmstest
>  endif
> 
>  if HAVE_RADEON

-- 
Regards,

Laurent Pinchart

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

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

end of thread, other threads:[~2015-03-11 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-10 18:12 [PATCH libdrm] modetest: include into the build when libkms is not selected Emil Velikov
2015-03-11 18:30 ` Laurent Pinchart

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.