diff mbox

[libdrm] modetest: include into the build when libkms is not selected.

Message ID 1426011148-25073-1-git-send-email-emil.l.velikov@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Emil Velikov March 10, 2015, 6:12 p.m. UTC
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(-)

Comments

Laurent Pinchart March 11, 2015, 6:30 p.m. UTC | #1
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
diff mbox

Patch

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